Add a link to rust-uchardet on README

This commit is contained in:
Carbo Kuo 2014-11-20 20:06:41 +01:00
parent 56b8581a70
commit 69b7133995

View File

@ -90,6 +90,7 @@ See [uchardet.h](https://github.com/BYVoid/uchardet/blob/master/src/uchardet.h)
* [nuniversalchardet](http://code.google.com/p/nuniversalchardet/) C# port of universalchardet * [nuniversalchardet](http://code.google.com/p/nuniversalchardet/) C# port of universalchardet
* [nchardet](http://www.conceptdevelopment.net/Localization/NCharDet/) C# port of chardet * [nchardet](http://www.conceptdevelopment.net/Localization/NCharDet/) C# port of chardet
* [uchardet-enhanced](https://bitbucket.org/medoc/uchardet-enhanced) A fork of mozilla universalchardet * [uchardet-enhanced](https://bitbucket.org/medoc/uchardet-enhanced) A fork of mozilla universalchardet
* [rust-uchardet](https://github.com/emk/rust-uchardet) Rust language binding of uchardet
## License ## License