fasttext

Crates.iofasttext
lib.rsfasttext
version0.7.8
sourcesrc
created_at2018-01-23 09:52:08.701165
updated_at2023-09-11 11:37:25.049603
descriptionfastText Rust binding
homepage
repositoryhttps://github.com/messense/fasttext-rs
max_upload_size
id48020
size6,421,886
messense (messense)

documentation

README

fasttext-rs

Build Status codecov Crates.io docs.rs

fastText Rust binding

Installation

Add it to your Cargo.toml:

[dependencies]
fasttext = "0.7"

Add extern crate fasttext to your crate root and your're good to go!

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.

Commit count: 140

cargo fmt