rust-rocket 0.3.4

A client implementation of GNU Rocket.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Rust Rocket
===========

[Documentation](https://docs.rs/rust-rocket/)

A rust implementation of the client library of GNU Rocket.

A very basic example can be found in [examples/simple.rs](examples/simple.rs).
It can be run with `cargo run --example simple`

Links
=====

* [GNU Rocket]https://github.com/rocket/rocket, Primary implementation of Rocket.
* [RocketEditor]https://github.com/emoon/rocket, An alternative server (editor).