Skip to main content

Crate aquila_core

Crate aquila_core 

Source
Expand description

§Aquila Core

Crates.io Downloads Docs

Types and traits for the ecosystem.

Defines the protocol used by clients and servers.

  • AssetManifest: The source of truth for a game version. Maps logical paths (e.g., textures/test.png) to physical content hashes.
  • StorageBackend: Trait for implementing storage layers (e.g., S3, Filesystem).
  • AuthProvider: Trait for implementing user verification strategies.

Modules§

error
manifest
prelude
traits