Skip to content

demoscene-rs/rust-rocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

gnu rocket client library in rust

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages