Crate dmds

source ·

Modules

  • Module containing in-memory IO handlers for testing.

Macros

  • Creates a new world.

Structs

  • A buffered chunk storing data in memory.
  • Iterator of chunk buffers returned by World::chunks.
  • Describes information of a single dimension.
  • An async iterator (namely stream) that iterates over a selection of chunks.
  • A cell loads data in world lazily.
  • A selection of chunks.
  • A world containing chunks, in multi-dimensions.

Enums

  • Represents error variants produced by this crate.

Traits

  • Represents types stored directly in a dimensional world.
  • Trait representing IO handlers for dimensional worlds.