mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-06 09:20:39 +00:00
commit
4deeca665b
@ -50,6 +50,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
|
||||
- [Platform specific](#platform-specific)
|
||||
- [Template engine](#template-engine)
|
||||
- [Text processing](#text-processing)
|
||||
- [Text rendering](#text-rendering)
|
||||
- [Virtualization](#virtualization)
|
||||
- [Web programming](#web-programming)
|
||||
- [Resources](#resources)
|
||||
@ -635,6 +636,10 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
|
||||
* [pwoolcoc/ngrams](https://github.com/pwoolcoc/ngrams) — Construct [n-grams](https://en.wikipedia.org/wiki/N-gram) from arbitrary iterators [<img src="https://travis-ci.org/pwoolcoc/ngrams.svg?branch=master">](https://travis-ci.org/pwoolcoc/ngrams)
|
||||
* [rust-lang-nursery/regex](https://github.com/rust-lang-nursery/regex) — Regular expressions (RE2 style) [<img src="https://travis-ci.org/rust-lang-nursery/regex.svg?branch=master">](https://travis-ci.org/rust-lang-nursery/regex)
|
||||
|
||||
### Text rendering
|
||||
|
||||
* [dylanede/rusttype](https://github.com/dylanede/rusttype) — A pure Rust alternative to libraries like FreeType. [<img src="https://img.shields.io/travis/dylanede/rusttype/master.svg">](https://travis-ci.org/dylanede/rusttype)
|
||||
|
||||
### Virtualization
|
||||
|
||||
* [beneills/quantum](https://github.com/beneills/quantum) — Advanced Rust quantum computer simulator [<img src="https://travis-ci.org/beneills/quantum.svg?branch=master">](https://travis-ci.org/beneills/quantum)
|
||||
|
Loading…
Reference in New Issue
Block a user