RIIR
RIIR copied to clipboard
Rewrote this repository in Rust
This would compile README into an executable rust file that would output the same contents as the markdown content.
One can obtain the executable by running just build. Currently the justfile only supports Linux-like systems.
The CI is currently failing because of rust-lang/cargo#8354 failing to install just. It has been tested to work on older nightly versions.
This is an impressive display of over-engineering. Kudos!
The only thing that seems to be missing at this point is instructions for how to build the readme within the readme.
I have added the instructions to build the readme. I have also added a rust-toolchain file so that a nightly compiler with proc_macro_span support is used.