1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-03 05:10:17 +02:00

fix dashes

This commit is contained in:
kud1ing 2014-07-20 14:58:07 +02:00
parent 3ddaedf66d
commit e9ccb09096

View File

@ -51,12 +51,12 @@ Only projects that are more than a prototype should be added. Projects that do n
* [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) — [<img src="https://travis-ci.org/stepancheg/rust-protobuf.png?branch=master">](https://travis-ci.org/stepancheg/rust-protobuf)
* [tildeio/buffoon](https://github.com/tildeio/buffoon)
* TOML
* [alexcrichton/toml-rs](https://github.com/alexcrichton/toml-rs):
* [alexcrichton/toml-rs](https://github.com/alexcrichton/toml-rs)
* Tnetstring
* [erickt/rust-tnetstring](https://github.com/erickt/rust-tnetstring) — [<img src="https://travis-ci.org/erickt/rust-tnetstring.png?branch=master">](https://travis-ci.org/erickt/rust-tnetstring)
* XML
* [bjz/sax-rs](https://github.com/bjz/sax-rs) — bindings to libxml2's SAX parser [<img src="https://travis-ci.org/bjz/sax-rs.png?branch=master">](https://travis-ci.org/bjz/sax-rs)
* [DanielFath/xml-parser](https://github.com/DanielFath/xml-parser): A hybrid pull, DOM parser written in pure Rust [![Build Status](https://travis-ci.org/DanielFath/xml-parser.png?branch=master)](https://travis-ci.org/DanielFath/xml-parser)
* [DanielFath/xml-parser](https://github.com/DanielFath/xml-parser) A hybrid pull, DOM parser written in pure Rust [![Build Status](https://travis-ci.org/DanielFath/xml-parser.png?branch=master)](https://travis-ci.org/DanielFath/xml-parser)
* [Florob/RustyXML](https://github.com/Florob/RustyXML) — an XML parser written in Rust
* [netvl/rust-xml](https://github.com/netvl/rust-xml) — a streaming XML library