celeste_rs 0.5.1

Library for working with files related to Celeste and it's modding scene.
Documentation
1
2
3
4
5
6
//! Provides datatypes and functions to read and write Celeste save files
pub mod def;
pub mod ops;

pub use def::*;
pub use ops::AreaSource;