op8d_lexemizer 0.1.1

Opinionated library for transforming code to a vector of Lexemes
Documentation
  • Coverage
  • 96.36%
    53 out of 55 items documented0 out of 11 items with examples
  • Size
  • Source code size: 114.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 930.23 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • op8d/op8d_lexemizer
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • op8d

op8d_lexemizer

Opinionated Rust library for transforming code to a vector of Lexemes.

Currently, only Rust edition 2018 is supported.

  • Build the docs: rm -rf target/doc; cargo doc
  • Read the docs: open target/doc/op8d_lexemizer/index.html
  • Run the tests: cargo test | sed 's/\\n/\n/g; s/: `"/: `"\n/g'
  • Delete cargo’s cache, if new code is being ignored: cargo clean
  • Try an example: cargo run --example lexemize-rs2018-arg -- "const FOUR: u8 = 4;"