Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-08-06 | 406 Bytes | |
Whatlang version 0.5.0 - 2017-08-06 source code.tar.gz | 2017-08-06 | 276.9 kB | |
Whatlang version 0.5.0 - 2017-08-06 source code.zip | 2017-08-06 | 280.0 kB | |
Totals: 3 Items | 557.3 kB | 1 |
- (breaking) Rename
Lang::to_code(&self)
toLang::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
forScript
- Implement
Display
trait forLang