rust_tokenizers
Run this command in a terminal, in your project's directory:
cargo add rust_tokenizers
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
rust_tokenizers = "8.1.1"
The rust_tokenizers library will be automatically available globally. Read the rust_tokenizers library documentation.
Back to the crate overview.