Added rusttype

pull/180/head
Andrey Lesnikov 8 years ago
parent 6399d9e96c
commit 98de81b1f4

@ -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 Rusts 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…
Cancel
Save