Expand description
§Rhythm Open Exchange (ROX)
A universal, compact binary format for VSRG (Vertical Scrolling Rhythm Games). Can be used as a pivot format for converting between different rhythm game formats.
Re-exports§
pub use codec::Decoder;pub use codec::Encoder;pub use codec::InputFormat;pub use codec::OutputFormat;pub use codec::auto_convert;pub use codec::auto_decode;pub use codec::auto_encode;pub use codec::encode_with_format;pub use codec::from_bytes;pub use codec::from_string;pub use error::RoxError;pub use error::RoxResult;pub use model::Hitsound;pub use model::Metadata;pub use model::Note;pub use model::NoteType;pub use model::RoxChart;pub use model::TimingPoint;