mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-29 22:01:07 +02:00
adjust
This commit is contained in:
parent
3c9689362a
commit
e3604dc319
@ -99,6 +99,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
|||||||
* [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)
|
* [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)
|
* [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)
|
||||||
* YAML
|
* YAML
|
||||||
|
* [kimhyunkang/libyaml-rust](https://github.com/kimhyunkang/libyaml-rust) — [libyaml](http://pyyaml.org/wiki/LibYAML) bindings [<img src="https://travis-ci.org/kimhyunkang/libyaml-rust.svg?branch=master">](https://travis-ci.org/kimhyunkang/libyaml-rust)
|
||||||
|
|
||||||
### Game development
|
### Game development
|
||||||
|
|
||||||
|
@ -71,7 +71,6 @@ A list of awesome but unstable/experimental Rust projects which some day hopeful
|
|||||||
* XML
|
* 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)
|
* [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)
|
||||||
* YAML
|
* YAML
|
||||||
* [kimhyunkang/libyaml-rust](https://github.com/kimhyunkang/libyaml-rust) — [libyaml](http://pyyaml.org/wiki/LibYAML) bindings [<img src="https://travis-ci.org/kimhyunkang/libyaml-rust.svg?branch=master">](https://travis-ci.org/kimhyunkang/libyaml-rust)
|
|
||||||
|
|
||||||
### Game development
|
### Game development
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ DATA = \
|
|||||||
"descr": md_link('libyaml', 'http://pyyaml.org/wiki/LibYAML') + ' bindings',
|
"descr": md_link('libyaml', 'http://pyyaml.org/wiki/LibYAML') + ' bindings',
|
||||||
"travis_url": 'https://travis-ci.org/kimhyunkang/libyaml-rust',
|
"travis_url": 'https://travis-ci.org/kimhyunkang/libyaml-rust',
|
||||||
"travis_badge": 'https://travis-ci.org/kimhyunkang/libyaml-rust.svg?branch=master',
|
"travis_badge": 'https://travis-ci.org/kimhyunkang/libyaml-rust.svg?branch=master',
|
||||||
"unstable": True
|
"unstable": False
|
||||||
},
|
},
|
||||||
'Rustless': {
|
'Rustless': {
|
||||||
"url": 'http://rustless.org/',
|
"url": 'http://rustless.org/',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user