Docs.rs
  • rpgx-0.1.5
    • rpgx 0.1.5
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • LorenzoRottigni
    • Dependencies
      • indexmap ^2.9.0 normal
      • futures ^0.3.31 dev
    • Versions
    • 62.37% 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

rpgx0.1.5

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • engine::Engine
  • engine::pawn::Pawn
  • engine::scene::Scene
  • eucl::coordinates::Coordinates
  • eucl::delta::Delta
  • eucl::rect::Rect
  • eucl::shape::Shape
  • library::Library
  • map::Map
  • map::layer::Layer
  • map::mask::Mask

Enums

  • errors::RPGXError
  • eucl::direction::Direction
  • eucl::rect::RectError
  • map::effect::Effect

Traits

  • traits::Grid
  • traits::Shaped
  • traits::Shiftable

Functions

  • factory::layer::presets::ground::ground_layer
  • factory::layer::presets::street::street_around
  • factory::layer::presets::street::street_layer_around
  • factory::map::presets::building::building_1x1
  • factory::map::presets::building::building_2x3
  • factory::map::presets::building::building_3x2