//! Collection of entries from the parsed flatbuffer schema.
//!
//! NOTE: these structs are only useful for viewing the internal structure of the parsed
//! flatbuffer schema. If you just wish to see the containing files and download them, see
//! [File][crate::File].
pub use BundleEntry;
pub use ChunkEntry;
pub use ChunkingParamEntry;
pub use DirectoryEntry;
pub use FileEntry;
pub use KeyEntry;
pub use TagEntry;