[][src]Crate celeste

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's BinaryElement format, which is used for map files.

maps

maps provides structs for maps parsed using binel.

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.