//! A crate for working with Unity Engine asset files.
//! It supports reading and writing asset [bundle files](files::bundlefile) and [serialized files](files::serializedfile),
//! as well as reading typetrees with [serde integration](serde_typetree).
//!
//! It also contains support for [AssetRipper/Tpk](https://github.com/AssetRipper/Tpk) type tree dumps in [tpk].
pub use ;