| Crates.io | op8d_lexemizer |
| lib.rs | op8d_lexemizer |
| version | 0.1.1 |
| created_at | 2021-04-02 19:06:34.109109+00 |
| updated_at | 2021-04-10 14:44:18.52195+00 |
| description | Opinionated library for transforming code to a vector of Lexemes |
| homepage | https://play.op8d.com/lexemizer/ |
| repository | https://github.com/op8d/op8d_lexemizer |
| max_upload_size | |
| id | 377846 |
| size | 114,721 |
Opinionated Rust library for transforming code to a vector of Lexemes.
Currently, only Rust edition 2018 is supported.
rm -rf target/doc; cargo docopen target/doc/op8d_lexemizer/index.htmlcargo test | sed 's/\\n/\n/g; s/: `"/: `"\n/g'cargo cleancargo run --example lexemize-rs2018-arg -- "const FOUR: u8 = 4;"