[][src]Module web_static_pack::loader

Main loader module. This is the part you should include in you target project if you want to read packs directly. After creating a pack with cli packer tool, include this into your program with include_bytes! macro. Then pass it to Loader::new(). Files may be retrieved using get() method.

Structs

FileDescriptor

File descriptor, retrieved from loader.

Loader

Main loader. Create using ::new() providing reference to result of include_bytes!. Call get() to access files.