rust-assert-no-alloc icon indicating copy to clipboard operation
rust-assert-no-alloc copied to clipboard

Use the external_doc feature again to reduce README duplication

Open Windfisch opened this issue 4 years ago • 2 comments
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.

Windfisch avatar May 17 '21 22:05 Windfisch

Looks like this can be solved now via include_str!: https://blog.rust-lang.org/2021/07/29/Rust-1.54.0.html

helgoboss avatar Jul 30 '21 06:07 helgoboss

Thank you for the hint!

Windfisch avatar Aug 03 '21 21:08 Windfisch