junobuild-cdn 0.7.2

CDN logic for serving assets in Juno, backed by a request-based storage process.
Documentation
1
2
3
4
5
6
7
8
9
10
mod assert;
pub mod errors;
mod state;
mod store;

pub use assert::*;
pub use state::heap;
pub use state::stable;
pub use state::types::*;
pub use store::*;