poe_bundle 0.1.5

Library for extracting Oodle bundles used by the game Path of Exile
Documentation
1
2
3
4
5
6
pub mod reader;
pub mod util;

pub use reader::BundledFile;
pub use reader::BundleReader;
pub use reader::BundleReaderRead;