rust-rocket

Crates.iorust-rocket
lib.rsrust-rocket
version0.14.1
created_at2017-05-09 20:20:32.069351+00
updated_at2025-06-09 18:49:04.413926+00
descriptionA client implementation of GNU Rocket.
homepage
repositoryhttps://github.com/demoscene-rs/rust-rocket
max_upload_size
id13930
size60,233
Lauri Gustafsson (gustafla)

documentation

README

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

Commit count: 83

cargo fmt