//! GGUF v3 parser.
//!
//! Browser-friendly: takes `&[u8]` (a `Uint8Array` slice on wasm32), no mmap, no I/O.
//! Hand-rolled rather than depending on a crate so we own the wasm story end-to-end and
//! the dep tree stays small.
//!
//! Spec reference: <https://github.com/ggml-org/ggml/blob/master/docs/gguf.md>
pub use GgmlDtype;
pub use HttpRangeFetcher;
pub use OpfsFetcher;
pub use ;
pub use ;
pub use ;
pub use ;