Aquila Core
Types and traits for the Aquila asset server ecosystem.
Defines the protocol used by clients and servers to communicate asset metadata.
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