Expand description
§celeste
celeste
is a Rust crate for files used in the 2018 video game Celeste. It currently has a fully-functional writer and parser for BinaryElement
files, which are used to store the game’s levels.
Modules§
- binel
binel
handles Celeste’sBinaryElement
format, which is used for map files.- maps
maps
provides structs for maps parsed usingbinel
.
Structs§
- Error
- The Error type.
Enums§
- Error
Kind - The kind of an error.
Traits§
- Result
Ext - Additional methods for
Result
, for easy interaction with this crate.
Type Aliases§
- Result
- Convenient wrapper around
std::Result
.