rust-assert-no-alloc
rust-assert-no-alloc copied to clipboard
Use the external_doc feature again to reduce README duplication
trafficstars
In response to #5, the usage of the external_doc feature was abandoned in favor of supporting stable rust by copy-pasting the README file into lib.rs.
This should be undone when the feature is stabilized.
Looks like this can be solved now via include_str!: https://blog.rust-lang.org/2021/07/29/Rust-1.54.0.html
Thank you for the hint!