Skip to content

Whatlang version 0.5.0 - 2017-08-06

Compare
Choose a tag to compare
@greyblake greyblake released this 03 Mar 16:12
· 371 commits to master since this release
  • (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