mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-03-17 20:17:57 +02:00
Fix all the missing branches for travis
This commit is contained in:
parent
0a527ff6e3
commit
9ec656fcd0
10
README.md
10
README.md
@ -376,7 +376,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/
|
|||||||
* [thecoshman/http](https://github.com/thecoshman/http) — Host These Things Please — A basic http server for hosting a folder fast and simply [<img src="https://api.travis-ci.org/thecoshman/http.svg?branch=master">](https://travis-ci.org/thecoshman/http)
|
* [thecoshman/http](https://github.com/thecoshman/http) — Host These Things Please — A basic http server for hosting a folder fast and simply [<img src="https://api.travis-ci.org/thecoshman/http.svg?branch=master">](https://travis-ci.org/thecoshman/http)
|
||||||
* [svenstaro/miniserve](https://github.com/svenstaro/miniserve) — A small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP [<img src="https://api.travis-ci.org/svenstaro/miniserve.svg?branch=master">](https://travis-ci.org/svenstaro/miniserve)
|
* [svenstaro/miniserve](https://github.com/svenstaro/miniserve) — A small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP [<img src="https://api.travis-ci.org/svenstaro/miniserve.svg?branch=master">](https://travis-ci.org/svenstaro/miniserve)
|
||||||
* [TheWaWaR/simple-http-server](https://github.com/TheWaWaR/simple-http-server) — simple static http server
|
* [TheWaWaR/simple-http-server](https://github.com/TheWaWaR/simple-http-server) — simple static http server
|
||||||
* [wyhaya/see](https://github.com/wyhaya/see) — Static HTTP file server [](https://travis-ci.org/wyhaya/see)
|
* [wyhaya/see](https://github.com/wyhaya/see) — Static HTTP file server [](https://travis-ci.org/wyhaya/see)
|
||||||
|
|
||||||
## Development tools
|
## Development tools
|
||||||
|
|
||||||
@ -909,8 +909,8 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_
|
|||||||
* Sqlite [[sqlite](https://crates.io/keywords/sqlite)]
|
* Sqlite [[sqlite](https://crates.io/keywords/sqlite)]
|
||||||
* [jgallagher/rusqlite](https://github.com/jgallagher/rusqlite) — [Sqlite3](https://www.sqlite.org/index.html) bindings [<img src="https://api.travis-ci.org/jgallagher/rusqlite.svg?branch=master">](https://travis-ci.org/jgallagher/rusqlite)
|
* [jgallagher/rusqlite](https://github.com/jgallagher/rusqlite) — [Sqlite3](https://www.sqlite.org/index.html) bindings [<img src="https://api.travis-ci.org/jgallagher/rusqlite.svg?branch=master">](https://travis-ci.org/jgallagher/rusqlite)
|
||||||
* ORM [[orm](https://crates.io/keywords/orm)]
|
* ORM [[orm](https://crates.io/keywords/orm)]
|
||||||
* [diesel-rs/diesel](https://github.com/diesel-rs/diesel) — an ORM and Query builder for Rust [](https://travis-ci.org/diesel-rs/diesel)
|
* [diesel-rs/diesel](https://github.com/diesel-rs/diesel) — an ORM and Query builder for Rust [](https://travis-ci.org/diesel-rs/diesel)
|
||||||
* [ivanceras/rustorm](https://github.com/ivanceras/rustorm) — an ORM for Rust [](https://travis-ci.org/ivanceras/rustorm)
|
* [ivanceras/rustorm](https://github.com/ivanceras/rustorm) — an ORM for Rust [](https://travis-ci.org/ivanceras/rustorm)
|
||||||
|
|
||||||
### Data processing
|
### Data processing
|
||||||
|
|
||||||
@ -1375,9 +1375,9 @@ See also [Are we game yet?](https://arewegameyet.com)
|
|||||||
See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework comparison](https://github.com/flosse/rust-web-framework-comparison).
|
See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework comparison](https://github.com/flosse/rust-web-framework-comparison).
|
||||||
|
|
||||||
* Client-side / WASM
|
* Client-side / WASM
|
||||||
* [cargo-web](https://crates.io/crates/cargo-web) — A Cargo subcommand for the client-side Web [](https://travis-ci.org/koute/cargo-web)
|
* [cargo-web](https://crates.io/crates/cargo-web) — A Cargo subcommand for the client-side Web [](https://travis-ci.org/koute/cargo-web)
|
||||||
* [seed](https://seed-rs.org/) — A Rust framework for creating web apps
|
* [seed](https://seed-rs.org/) — A Rust framework for creating web apps
|
||||||
* [stdweb](https://crates.io/crates/stdweb) — A standard library for the client-side Web [](https://travis-ci.org/koute/stdweb)
|
* [stdweb](https://crates.io/crates/stdweb) — A standard library for the client-side Web [](https://travis-ci.org/koute/stdweb)
|
||||||
* [yew](https://crates.io/crates/yew) — Rust framework for making client web apps
|
* [yew](https://crates.io/crates/yew) — Rust framework for making client web apps
|
||||||
* HTTP Client
|
* HTTP Client
|
||||||
* [alexcrichton/curl-rust](https://github.com/alexcrichton/curl-rust) — [libcurl](https://curl.haxx.se/libcurl/) bindings [<img src="https://api.travis-ci.com/alexcrichton/curl-rust.svg?branch=master">](https://travis-ci.org/alexcrichton/curl-rust)
|
* [alexcrichton/curl-rust](https://github.com/alexcrichton/curl-rust) — [libcurl](https://curl.haxx.se/libcurl/) bindings [<img src="https://api.travis-ci.com/alexcrichton/curl-rust.svg?branch=master">](https://travis-ci.org/alexcrichton/curl-rust)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user