| Crates.io | fasttext |
| lib.rs | fasttext |
| version | 0.7.8 |
| created_at | 2018-01-23 09:52:08.701165+00 |
| updated_at | 2023-09-11 11:37:25.049603+00 |
| description | fastText Rust binding |
| homepage | |
| repository | https://github.com/messense/fasttext-rs |
| max_upload_size | |
| id | 48020 |
| size | 6,421,886 |
fastText Rust binding
Add it to your Cargo.toml:
[dependencies]
fasttext = "0.7"
Add extern crate fasttext to your crate root and your're good to go!
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.