mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-03 05:10:17 +02:00
Add nanomsg to Networking section
This commit is contained in:
parent
67d791ed32
commit
96548ef039
@ -134,6 +134,8 @@ Only projects that are stable and useful to users are added. Projects that do no
|
||||
* [alexcrichton/ssh2-rs](https://github.com/alexcrichton/ssh2-rs) — [libssh2](http://www.libssh2.org/) bindings [<img src="https://travis-ci.org/alexcrichton/ssh2-rs.svg?branch=master">](https://travis-ci.org/alexcrichton/ssh2-rs)
|
||||
* Stomp
|
||||
* [zslayton/stomp-rs](https://github.com/zslayton/stomp-rs) — [STOMP 1.2](http://stomp.github.io/stomp-specification-1.2.html) client implementation in Rust [<img src="https://api.travis-ci.org/zslayton/stomp-rs.svg?branch=master">](https://travis-ci.org/zslayton/stomp-rs)
|
||||
* Nanomsg
|
||||
* [thehydroimpulse/nanomsg.rs](https://github.com/thehydroimpulse/nanomsg.rs) — a modern messaging library that is the successor to ZeroMQ [<img src="https://travis-ci.org/thehydroimpulse/nanomsg.rs.svg?branch=master"> ](https://travis-ci.org/thehydroimpulse/nanomsg.rs)
|
||||
* ZeroMQ
|
||||
|
||||
### Template engine
|
||||
@ -164,4 +166,4 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/)
|
||||
|
||||
* [Rust by Example](http://rustbyexample.com/)
|
||||
* [Rust CI](http://www.rust-ci.org) — a [Travis CI](https://travis-ci.com) dashboard for Rust projects
|
||||
* [Rust Guidelines](http://aturon.github.io)
|
||||
* [Rust Guidelines](http://aturon.github.io)
|
||||
|
@ -458,6 +458,12 @@ DATA = \
|
||||
"travis_url": "https://travis-ci.org/rustache/rustache",
|
||||
"travis_badge": "https://travis-ci.org/rustache/rustache.svg?branch=master"
|
||||
},
|
||||
"thehydroimpulse/nanomsg.rs": {
|
||||
"url": "https://github.com/thehydroimpulse/nanomsg.rs",
|
||||
"descr": "a modern messaging library that is the successor to ZeroMQ",
|
||||
"travis_url": "https://travis-ci.org/thehydroimpulse/nanomsg.rs",
|
||||
"travis_badge": "https://travis-ci.org/thehydroimpulse/nanomsg.rs.svg?branch=master",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@ -673,6 +679,8 @@ add( '* Stomp', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'zslayton/stomp-rs', rows_stable, rows_unstable )
|
||||
add( '* ZeroMQ', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'erickt/rust-zmq', rows_stable, rows_unstable )
|
||||
add( '* NanoMsg', rows_stable, rows_unstable )
|
||||
entry( ' * ', 'thehydroimpulse/nanomsg.rs', rows_stable, rows_unstable )
|
||||
|
||||
add( '\n### Template engine\n', rows_stable, rows_unstable )
|
||||
add( '* Mustache', rows_stable, rows_unstable )
|
||||
|
Loading…
Reference in New Issue
Block a user