flatbox_assets 0.1.0

Provides assets management functionality for Flatbox engine
Documentation
use slotmap::new_key_type;

pub mod error;
pub mod manager;
pub mod prelude;
pub mod resources;
pub mod save_load;
pub mod scene;
pub mod ser_component;

pub use ron;
pub use tar;
pub use lz4;
pub use typetag;
pub use parking_lot;

new_key_type! {
    pub struct AssetHandle;
}