23 releases (10 breaking)

new 0.14.0 Jun 6, 2025
0.12.0 Jun 4, 2025
0.7.2 Jan 28, 2021
0.3.5 Oct 25, 2018
0.3.2 May 13, 2017

#276 in Build Utils

Download history 7/week @ 2025-02-14 4/week @ 2025-02-28 4/week @ 2025-05-09 688/week @ 2025-05-30

692 downloads per month

MIT license

51KB
678 lines

Rust Rocket

Documentation

A rust implementation of the client library of GNU Rocket.

Basic examples can be found in examples.

To get started, you can use the template provided in examples/simple.rs. To run the simple example, open a Rocket tracker and try

cargo run --features simple --example simple

Features and MSRV

See full feature list in the documentation

Both serde and bincode are supported for saving and loading tracks. Enable the optional features that you want to use in your project:

rust-rocket = { version = "0", features = ["bincode"] }

The minimum supported Rust version (MSRV) without any optional features is 1.61. The bincode feature (enabled by simple) requires Rust 1.85.

Links

Dependencies

~0.3–0.9MB
~20K SLoC