Jacob Pratt
Jacob Pratt
> I'm not asking to modify the signature of format. Just enable it under a feature gate that does not pull in std. This inherently requires a new method, as...
Hmm...you may be right after ~30 seconds of looking at code. It _may_ be possible to have `format` only require alloc. However, this would require behavior identical to current, which...
As I just mentioned in #407, my current intent is to wait for `min_specialization`. This will permit either `io::Write` or `fmt::Write` to be passed as a parameter, preferring `io::Write` if...
In and of itself not a vulnerability, but I'll leave this open until bheisler/criterion.rs#534 is closed. It's a dev dependency only used benchmarks, so it's not the end of the...
`criterion` 0.4 has been released and `time` has been updated to use that. Closing as `serde_cbor` is no longer in the dependency tree.
No, it's not.
Incidentally I was just thinking about this last night. I think it may be preferable to inline this into crate documentation, using empty modules for hierarchy. This would make it...
Everyone: I'm super busy. The website is open source. Feel free to create a pull request with the notice. Or better yet, help write some documentation :wink: Repeated comments here...
Not really.
No worries about tone, I fully agree! In terms of migration to within the crate, I would prefer the book be developed in its current location first. Once it's sufficient,...