token-iter 0.1.0

A Rust crate that simplifies writing tokenizers
Documentation
  • Coverage
  • 100%
    15 out of 15 items documented1 out of 15 items with examples
  • Size
  • Source code size: 44.67 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • NicholasSterling/token-iter
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NicholasSterling

token-iter

Crates.io Docs.rs CI Coverage Status

A Rust library crate that facilitates writing tokenizers for textual languages.

Please read the API documentation here.

To use it, add this to your Cargo.toml:

[dependencies]
token-iter = "0.10.0"

And put this in your code:

use token_iter::*;

License

Licensed under either of

at your option.

Contribution

Any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.

See CONTRIBUTING.md.