diff --git a/README.md b/README.md index b0888d4..a20789b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Only projects that are stable and useful to users are added. Projects that do no * [DaGenix/rust-crypto](https://github.com/DaGenix/rust-crypto) — cryptographic algorithms in Rust [](https://travis-ci.org/DaGenix/rust-crypto) * [dnaq/sodiumoxide](https://github.com/dnaq/sodiumoxide) — [libsodium](https://github.com/jedisct1/libsodium) bindings -* [klutzy/suruga](https://github.com/klutzy/suruga) — Rust implementation of [TLS 1.2](http://tools.ietf.org/html/rfc5246) +* [klutzy/suruga](https://github.com/klutzy/suruga) — a Rust implementation of [TLS 1.2](http://tools.ietf.org/html/rfc5246) * [seb-m/common.rs](https://github.com/klutzy/suruga) — Common Rust crypto utilities * [sfackler/rust-openssl](https://github.com/sfackler/rust-openssl) — OpenSSL bindings [](https://travis-ci.org/sfackler/rust-openssl) @@ -89,9 +89,9 @@ Only projects that are stable and useful to users are added. Projects that do no * Tnetstring * XML * [bjz/sax-rs](https://github.com/bjz/sax-rs) — bindings to libxml2's SAX parser [](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 [](https://travis-ci.org/DanielFath/xml-air) * [Florob/RustyXML](https://github.com/Florob/RustyXML) — an XML parser written in Rust [](https://travis-ci.org/Florob/RustyXM) * [netvl/rust-xml](https://github.com/netvl/rust-xml) — a streaming XML library [](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 [](https://travis-ci.org/Ygg01/xml-air) ### Game development diff --git a/generate_markdown_files.py b/generate_markdown_files.py index 87ab37f..f468343 100644 --- a/generate_markdown_files.py +++ b/generate_markdown_files.py @@ -12,7 +12,7 @@ DATA = \ }, "klutzy/suruga": { "url": 'https://github.com/klutzy/suruga', - "descr": 'Rust implementation of ' + md_link('TLS 1.2', 'http://tools.ietf.org/html/rfc5246') + "descr": 'a Rust implementation of ' + md_link('TLS 1.2', 'http://tools.ietf.org/html/rfc5246') }, "bjz/openal-rs": { "url": "https://github.com/bjz/openal-rs/", @@ -147,11 +147,11 @@ DATA = \ "travis_url": "https://travis-ci.org/bjz/sax-rs", "travis_badge": "https://travis-ci.org/bjz/sax-rs.png?branch=master" }, - "DanielFath/xml-air": { - "url": "https://github.com/DanielFath/xml-air", + "Ygg01/xml-air": { + "url": "https://github.com/Ygg01/xml-air", "descr": "A hybrid pull, DOM parser written in pure Rust", - "travis_url": "https://travis-ci.org/DanielFath/xml-air", - "travis_badge": "https://travis-ci.org/DanielFath/xml-air.png?branch=master" + "travis_url": "https://travis-ci.org/Ygg01/xml-air", + "travis_badge": "https://travis-ci.org/Ygg01/xml-air.png?branch=master" }, "Florob/RustyXML": { "url": "https://github.com/Florob/RustyXML", @@ -486,9 +486,9 @@ 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( ' * ', 'DanielFath/xml-air', 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 ) add( '\n### Game development\n', rows_stable, rows_unstable ) entry( '* ', 'JeremyLetang/rustenstein3D', rows_stable, rows_unstable )