token-iter

Crates.iotoken-iter
lib.rstoken-iter
version0.1.0
sourcesrc
created_at2022-07-27 06:10:47.88658
updated_at2022-07-27 06:10:47.88658
descriptionA Rust crate that simplifies writing tokenizers
homepage
repositoryhttps://github.com/NicholasSterling/token-iter
max_upload_size
id633750
size45,140
Nicholas Sterling (NicholasSterling)

documentation

README

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.

Commit count: 27

cargo fmt