Aquila Server
A modular, Axum-based asset server implementation.
Provides the [AquilaServer] builder, which ties together a storage backend and an authentication provider
to serve assets.
Example
use *;
use FileSystemStorage;
use AllowAllAuth;
let storage = new;
let auth = AllowAllAuth;
let app = default.build;
License: MIT OR Apache-2.0