mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2025-02-16 20:28:25 +00: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
|
||||
* [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
|
||||
* [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
|
||||
* 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)
|
||||
|
|
|
@ -211,7 +211,9 @@ DATA = \
|
|||
"travis_badge": "https://travis-ci.org/stepancheg/rust-protobuf.svg?branch=master"
|
||||
},
|
||||
"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": {
|
||||
"url": "https://github.com/erickt/rust-tnetstring",
|
||||
|
|
Loading…
Add table
Reference in a new issue