mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-11-06 22:55:14 -05:00
travis
This commit is contained in:
parent
374337b8b4
commit
9fc3c84c48
2 changed files with 4 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ Only projects that are stable and useful to users are added. Projects that do no
|
||||||
* ProtocolBuffers
|
* ProtocolBuffers
|
||||||
* [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) — [<img src="https://travis-ci.org/stepancheg/rust-protobuf.svg?branch=master">](https://travis-ci.org/stepancheg/rust-protobuf)
|
* [stepancheg/rust-protobuf](https://github.com/stepancheg/rust-protobuf) — [<img src="https://travis-ci.org/stepancheg/rust-protobuf.svg?branch=master">](https://travis-ci.org/stepancheg/rust-protobuf)
|
||||||
* TOML
|
* TOML
|
||||||
* [alexcrichton/toml-rs](https://github.com/alexcrichton/toml-rs)
|
* [alexcrichton/toml-rs](https://github.com/alexcrichton/toml-rs) — [<img src="https://travis-ci.org/alexcrichton/toml-rs.svg?branch=master">](https://travis-ci.org/alexcrichton/toml-rs)
|
||||||
* Tnetstring
|
* Tnetstring
|
||||||
* XML
|
* XML
|
||||||
* [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)
|
||||||
|
|
|
||||||
|
|
@ -211,7 +211,9 @@ DATA = \
|
||||||
"travis_badge": "https://travis-ci.org/stepancheg/rust-protobuf.svg?branch=master"
|
"travis_badge": "https://travis-ci.org/stepancheg/rust-protobuf.svg?branch=master"
|
||||||
},
|
},
|
||||||
"alexcrichton/toml-rs": {
|
"alexcrichton/toml-rs": {
|
||||||
"url": "https://github.com/alexcrichton/toml-rs"
|
"url": "https://github.com/alexcrichton/toml-rs",
|
||||||
|
"travis_url": "https://travis-ci.org/alexcrichton/toml-rs",
|
||||||
|
"travis_badge": "https://travis-ci.org/alexcrichton/toml-rs.svg?branch=master"
|
||||||
},
|
},
|
||||||
"erickt/rust-tnetstring": {
|
"erickt/rust-tnetstring": {
|
||||||
"url": "https://github.com/erickt/rust-tnetstring",
|
"url": "https://github.com/erickt/rust-tnetstring",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue