rosu-memory-lib 1.3.1

A library to read osu! memory
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod error;
pub mod reader;

pub use error::{Error, Result};
pub use reader::init_loop;
pub use reader::waiting_for_gamestate;

// Re-export commonly used items
pub use reader::beatmap;
pub use reader::common;
pub use reader::resultscreen;