whatlang 0.18.0

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::{RawScriptInfo, raw_detect_script};
pub use self::script::Script;