bjz/sax-rs is deprecated

This commit is contained in:
kud1ing 2014-10-12 14:20:51 +02:00
parent 7a4311f6d5
commit e2516f081c
2 changed files with 0 additions and 8 deletions

View file

@ -89,7 +89,6 @@ Only projects that are stable and useful to users are added. Projects that do no
* [alexcrichton/toml-rs](https://github.com/alexcrichton/toml-rs)
* 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.svg?branch=master">](https://travis-ci.org/bjz/sax-rs)
* [Florob/RustyXML](https://github.com/Florob/RustyXML) — an XML parser written in Rust [<img src="https://travis-ci.org/Florob/RustyXML.svg?branch=master">](https://travis-ci.org/Florob/RustyXM)
* [netvl/rust-xml](https://github.com/netvl/rust-xml) — a streaming XML library [<img src="https://travis-ci.org/netvl/rust-xml.svg?branch=master">](https://travis-ci.org/netvl/rust-xml)
* [Ygg01/xml-air](https://github.com/Ygg01/xml-air) — A hybrid pull, DOM parser written in pure Rust [<img src="https://travis-ci.org/Ygg01/xml-air.svg?branch=master">](https://travis-ci.org/Ygg01/xml-air)

View file

@ -147,12 +147,6 @@ DATA = \
"travis_badge": "https://travis-ci.org/erickt/rust-tnetstring.svg?branch=master",
"unstable": True
},
"bjz/sax-rs": {
"url": "https://github.com/bjz/sax-rs",
"descr": "bindings to libxml2's SAX parser",
"travis_url": "https://travis-ci.org/bjz/sax-rs",
"travis_badge": "https://travis-ci.org/bjz/sax-rs.svg?branch=master"
},
"Ygg01/xml-air": {
"url": "https://github.com/Ygg01/xml-air",
"descr": "A hybrid pull, DOM parser written in pure Rust",
@ -541,7 +535,6 @@ entry( ' * ', 'alexcrichton/toml-rs', rows_stable, rows_unstable )
add( '* Tnetstring', rows_stable, rows_unstable )
entry( ' * ', 'erickt/rust-tnetstring', rows_stable, rows_unstable )
add( '* XML', rows_stable, rows_unstable )
entry( ' * ', 'bjz/sax-rs', rows_stable, rows_unstable )
entry( ' * ', 'Florob/RustyXML', rows_stable, rows_unstable )
entry( ' * ', 'netvl/rust-xml', rows_stable, rows_unstable )
entry( ' * ', 'Ygg01/xml-air', rows_stable, rows_unstable )