| Crates.io | jieba-rs-siro |
| lib.rs | jieba-rs-siro |
| version | 0.6.7 |
| created_at | 2022-08-11 09:21:51.84555+00 |
| updated_at | 2022-08-11 09:33:18.785566+00 |
| description | The Jieba Chinese Word Segmentation Implemented in Rust |
| homepage | |
| repository | https://github.com/sirodeneko/jieba-rs |
| max_upload_size | |
| id | 643208 |
| size | 11,878,947 |
🚀 Help me to become a full-time open-source developer by sponsoring me on GitHub
😡 If you want to use this repository, I recommend you to use jieba-rs. Since this is a fork of it, it means it may be
unstableandnot continuously updated.
The Jieba Chinese Word Segmentation Implemented in Rust
Add it to your Cargo.toml:
[dependencies]
jieba-rs = "0.6"
then you are good to go. If you are using Rust 2015 you have to extern crate jieba_rs to your crate root as well.
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.