github / twirp-rs

Twirp RPC for Rust
MIT License
20 stars 2 forks source link

Include README in generated rustdoc files. #12

Open patrickt opened 5 months ago

jorendorff commented 5 months ago

This puts a # Heading into the rustdoc, which is very slightly ugly -- it's fine, by all means go ahead.

An alternative way to do this is to use cargo install cargo-readme then cargo readme > README.md, plus I guess some scripting and lints to support the practice.