RIIR icon indicating copy to clipboard operation
RIIR copied to clipboard

Rewrote this repository in Rust

Open SOF3 opened this issue 5 years ago • 3 comments

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.

SOF3 avatar Jun 12 '20 17:06 SOF3

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.

SOF3 avatar Jun 12 '20 17:06 SOF3

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.

ansuz avatar Jun 12 '20 18:06 ansuz

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.

SOF3 avatar Mar 04 '21 12:03 SOF3