Opinionated Rust library for transforming code to a vector of Lexemes.
Currently, only Rust edition 2018 is supported.
rm -rf target/doc; cargo doc
open target/doc/op8d_lexemizer/index.html
cargo test | sed 's/\\n/\n/g; s/: `"/: `"\n/g'
cargo clean
cargo run --example lexemize-rs2018-arg -- "const FOUR: u8 = 4;"