assetpack-core 0.1.0

Content-addressed asset packing, chunking, recipe, and SQLite storage primitives.
Documentation
1
2
3
4
5
6
7
mod none;
mod registry;
mod spec;

pub use registry::TransformRegistry;
pub use spec::TransformSpec;
pub(crate) use spec::none_spec;