mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-15 00:27:39 +00:00
unstable
This commit is contained in:
parent
eca381f5ef
commit
a699f89e07
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,6 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||
* TOML
|
||||
* [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-air](https://github.com/DanielFath/xml-air) — A hybrid pull, DOM parser written in pure Rust [<img src="https://travis-ci.org/DanielFath/xml-air.png?branch=master">](https://travis-ci.org/DanielFath/xml-air)
|
||||
|
|
|
@ -129,7 +129,8 @@ DATA = \
|
|||
"erickt/rust-tnetstring": {
|
||||
"url": "https://github.com/erickt/rust-tnetstring",
|
||||
"travis_url": "https://travis-ci.org/erickt/rust-tnetstring",
|
||||
"travis_badge": "https://travis-ci.org/erickt/rust-tnetstring.png?branch=master"
|
||||
"travis_badge": "https://travis-ci.org/erickt/rust-tnetstring.png?branch=master",
|
||||
"unstable": True
|
||||
},
|
||||
"bjz/sax-rs": {
|
||||
"url": "https://github.com/bjz/sax-rs",
|
||||
|
|
Loading…
Reference in a new issue