lamexfat 0.1.0

no_std read-only exFAT reader for UEFI bootloaders (removable media)
Documentation
  • Coverage
  • 55%
    22 out of 40 items documented0 out of 0 items with examples
  • Size
  • Source code size: 59.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 847.22 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • lamco-admin/lamexfat
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • glamberson

lamexfat

Crates.io Docs.rs CI License

A no_std read-only exFAT reader for UEFI bootloaders.

Early development. This repository establishes the build, license, CI, and the public API contract. The filesystem implementation is in progress and the crate is not yet functional — do not depend on it for production use.

Scope

lamexfat reads the exFAT on-disk format (boot region, FAT, cluster heap, directory entry set, up-case table) over a byte source, exposing a read-only volume a bootloader can traverse to find a kernel and initramfs. Read-only by construction. The motivating target is removable media — SD cards and USB sticks formatted exFAT.

Basis

It vendors the parsing core of exfat-slim (Apache-2.0) — a clean-room reader, not GPL kernel/userspace source. See NOTICE for attribution.

License

Licensed under either of

at your option. Vendored upstream portions retain their own terms (see NOTICE).

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.