1
 2
 3
 4
 5
 6
 7
 8
 9
10
//! This is the rust-rocket crate.
//! It is designed to work as a client library for GNU Rocket.

pub mod client;
pub mod interpolation;
pub mod player;
pub mod track;

pub use client::RocketClient;
pub use player::RocketPlayer;