whatlang-rs and whichlang
These are competitors: both are standalone language detection libraries for Rust with overlapping functionality, and users would typically choose one based on performance, accuracy, or dependency preferences rather than use them together.
About whatlang-rs
greyblake/whatlang-rs
Natural language detection library for Rust. Try demo online: https://whatlang.org/
This tool helps you automatically figure out what natural language a piece of text is written in. You provide any text, and it tells you the language (like English, Spanish, or Japanese) and the writing system (like Latin or Cyrillic script). This is for software developers building applications that need to process text in various languages, such as search engines or content management systems.
About whichlang
quickwit-oss/whichlang
A blazingly fast and lightweight language detection library for Rust
This library helps software developers quickly and accurately identify the language of text data, such as log entries or customer feedback. It takes in strings of text and outputs the most likely language from a supported list. It's designed for developers building high-performance applications that process large volumes of text in real-time.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work