mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-27 11:44:52 -05:00
add section "Markup language"
This commit is contained in:
parent
21597ca024
commit
d755533882
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
|||
- [Games](#games)
|
||||
- [GUI](#gui)
|
||||
- [Image processing](#image-processing)
|
||||
- [Markup language](#markup-language)
|
||||
- [Mobile](#mobile)
|
||||
- [Network programming](#network-programming)
|
||||
- [Platform specific](#platform-specific)
|
||||
|
@ -218,6 +219,12 @@ The goal is to have only projects that are mostly stable and useful to users.
|
|||
* [cybergeek94/img-hash](https://github.com/cybergeek94/img-hash) — Perceptual image hashing and comparison for equality and similarity. [![Build Status](https://travis-ci.org/cybergeek94/img-hash.svg?branch=master)](https://travis-ci.org/cybergeek94/img-hash)
|
||||
* [PistonDevelopers/image](https://github.com/PistonDevelopers/image) — Basic imaging processing functions and methods for converting to and from image formats [<img src="https://travis-ci.org/PistonDevelopers/image.svg?branch=master">](https://travis-ci.org/PistonDevelopers/image)
|
||||
|
||||
|
||||
### Markup language
|
||||
|
||||
* CommonMark
|
||||
* [google/pulldown-cmark](https://github.com/google/pulldown-cmark) — [CommonMark](http://commonmark.org/) parser in in Rust
|
||||
|
||||
### Mobile
|
||||
|
||||
* [tomaka/android-rs-glue](https://github.com/tomaka/android-rs-glue) — glue between Rust and Android [<img src="https://travis-ci.org/tomaka/android-rs-glue.svg?branch=master">](https://travis-ci.org/tomaka/android-rs-glue)
|
||||
|
|
Loading…
Reference in a new issue