whatlang-rs v0.5.0 Release Notes

Release Date: 2019-03-03 // about 5 years ago
    • (breaking) Rename Lang::to_code(&self) to Lang::code(&self)
    • (fix) Fix bug with zero division in confidence calculation
    • (fix) Confidence can not exceed 1.0
    • Implement Lang::eng_name(&self) -> &str function
    • Implement Lang::name(&self) -> &str function
    • Implement Script::name(&self) -> &str function
    • Implement trait Dislpay for Script
    • Implement Display trait for Lang