whatlang 0.16.2

Fast and lightweight language identification library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod chars;
mod detect;
pub(crate) mod grouping;
mod lang_mapping;
mod script;

pub use self::detect::detect_script;
pub use self::detect::{raw_detect_script, RawScriptInfo};
pub use self::script::Script;