David Tolnay
David Tolnay
@cormacrelf I had to insert the following, because otherwise this PR made reindeer generate .cargo/config.toml containing absolute paths. We need to be able to check in .cargo/config.toml into the repo...
> Includes a cargo fmt, let me know if this is wrong, maybe there is configuration drift between this repo & others at meta. We were on an older rustfmt....
I think the only way to solve this would be for Cargo to expose a way that crates can ask for a particular environment variable to be hashed into the...
> the default code generation/linkage results in there being separate registries in both the module and the loading code This is the actual thing to fix. I don't think you...
Other abilities I would expect from plugins: - serve local javascript (a search plugin) - insert remote javascript (MathJax or Google Analytics) - add rules to book.css
You can divide "Used in 35,426 crates" (https://lib.rs/crates/adler) by "150,348 Crates in stock" (https://crates.io). To see the historical metric, `cargo tally --relative --transitive adler`
This feature request is a special case of #271 where the extra field has the same name as one of the existing fields in the data structure. I think my...
It isn't a design goal for derive to be able to express a larger diversity of serde trait impls. Derive is a good fit when the behavior of a trait...
I'm glad you are looking into this! The existing non-externally tagged deserializations have a long way to go in terms of performance. Do you think it would be possible to...
> I was hoping to attempt to replace the current implementation with the more optimised one. I think that it shouldn't affect a binary size, since it wouldn't be two...