angrynode
angrynode
This branch is great! Some notes: - it allows unqualified links as asked in #151, removing the cargo doc warning about unnecessary complete path - it does not allow to...
> I'm thinking about making cargo-rdme install by running cargo rdme setup or something like that. Would that work by running rustup at runtime? Are you aware if there's a...
Hello, is there something blocking this? Can i contribute somehow despite 0 experience with rustc/rustdoc internals? I've started my own branch here https://github.com/angrynode/cargo-rdme/tree/rustdoc-json It passes CI but after bumping deps...
Thank you and good luck! no pressure from me :) it's been working great for me so far
> I've updated this branch to use version 56. Is there an advantage to pinning a specific version? On my branch i'm producing a warning `Warning: Unknown newer rustdoc version...
I started a first prototype (without macros). Some limitations in this first iteration: - BaseUrl needs to be explicitly passed to the Template struct ; this is a little too...
Sorry for not having a clear direction i'm brainstorming as it goes :) > Should be off-by-default probably, settable by something like #[route(gen_struct = NameOfStruct)]. Would it not be more...
Thanks for the feedback. I'm not sure i have some time to work on this soon, but i may revisit my priorities in the future.
That's a very good point, i didn't realize there were empty dicts/lists, but you are correct it's just `de`/`le` in bencode. So probably it's better to stick with `skip_serializing_if` in...