coil-runtime 0.1.1

HTTP runtime and request handling for the Coil framework.
Documentation
1
2
3
4
5
6
7
8
9
mod error;
mod gate;
mod host;
#[cfg(test)]
mod tests;

pub use error::RuntimeStorageError;
pub use gate::ManagedAssetPublicationGate;
pub use host::StorageHost;