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
binelhandles Celeste’sBinaryElementformat, which is used for map files.- maps
mapsprovides 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.