Docs.rs
  • celeste-2.0.1
    • celeste 2.0.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • leo60228
    • Dependencies
      • byteorder ^1.3.1 normal
      • celeste_derive ^1.0.0 normal optional
      • error-chain ^0.12.0 normal
      • itertools ^0.8.0 normal
      • lazy_static ^1.2.0 normal
      • log ^0.4.0 normal
      • nom ^4.1 normal
      • nom-varint ^0.1.0 normal
      • unsigned-varint ^0.2.2 normal
      • env_logger ^0.6.0 dev
    • Versions
    • 70% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

celeste2.0.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Derive Macros

List of all items

Structs

  • Error
  • binel::BinEl
  • binel::BinFile
  • maps::BGDecals
  • maps::BGSolids
  • maps::BGTiles
  • maps::Backgrounds
  • maps::Decal
  • maps::Entities
  • maps::FGDecals
  • maps::FGTiles
  • maps::Filler
  • maps::Foregrounds
  • maps::Level
  • maps::Levels
  • maps::Map
  • maps::Meta
  • maps::ObjTiles
  • maps::Solids
  • maps::Stylegrounds
  • maps::Triggers

Enums

  • ErrorKind
  • binel::BinElAttr
  • binel::serialize::BinElValue

Traits

  • ResultExt
  • binel::serialize::BinElType

Derive Macros

  • binel::serialize::BinElType

Functions

  • binel::parser::take_elemattr
  • binel::parser::take_element
  • binel::parser::take_file
  • binel::parser::take_lookup
  • binel::parser::take_rle_char
  • binel::parser::take_rle_string
  • binel::parser::take_string
  • binel::writer::encode_rle_string
  • binel::writer::gen_lookup
  • binel::writer::put_element
  • binel::writer::put_file
  • binel::writer::put_string
  • binel::writer::put_tagged_bool
  • binel::writer::put_tagged_f32
  • binel::writer::put_tagged_int
  • binel::writer::put_tagged_str

Type Aliases

  • Result