Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Rust implementation of Tokenizer
This commit adds the Rust implementation of the Tokenizer class. The Tokenizer struct is defined in the `node-napi/src/lib.rs` file. It includes methods for encoding and decoding text using the tokenizer. The implementation is based on the `RustTokenizer` struct from the `tokenizers` crate. This change enables the use of the Tokenizer in Rust-based projects.
- Loading branch information