zmq.rs is a native implementation of ØMQ in the Rust programming language. It is still in a very early stage of designing and development, so it is not supposed to be used seriously now.
The contributors are listed in AUTHORS. This project uses the MPL v2 license, see LICENSE.
zmq.rs uses the C4.1 (Collective Code Construction Contract) process for contributions.
zmq.rs uses this style guide found on Rust wiki for code style.
To report an issue, use the zmq.rs issue tracker at github.com.
Under C4.1 process, you are more than welcome to help us by:
- join the discussion over anything from design to code style
- fork the repository and have your own fixes
- send us pull requests
- and even star this project
^_^
To run the test suite:
cd src
make tests
As for now it is just me (fantix). You can find me at:
- IRC @ freenode:
#zeromq
,#rust
- Mailing lists:
zeromq-dev
,rust-dev
,rust-china