pacak

Results 102 issues of pacak

So we are using `quick-xml` to parse a bunch of big (tens if megabytes) xml files. Works great, easy to use. pretty fast to run - under a second in...

enhancement
help wanted
serde

Say I'm looking at [`Recv::new`](https://docs.rs/io-uring/latest/io_uring/opcode/struct.Recv.html#method.new), First parameter is `fd: impl UseFixed`, but since the trait is not public (well, trait is, but not the module/exports) to figure out what I...