Open RJ opened 1 year ago
https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html
#![doc = include_str!("../README.md")]
probably nicer
https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html
#![doc = include_str!("../README.md")]
probably nicer