aquila_core 0.2.0

Core module of aquila asset server
Documentation

Aquila Core

Crates.io Downloads Docs

Types and traits for the Aquila asset server 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.

License: MIT OR Apache-2.0