Skip to main content

Crate rhythm_open_exchange

Crate rhythm_open_exchange 

Source
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;

Modules§

codec
Codec module for encoding/decoding ROX format.
error
Error types for ROX format operations.
model
Data model for ROX format.
prelude
Prelude module for convenient imports.