image-rider-fat

Crates.ioimage-rider-fat
lib.rsimage-rider-fat
version0.5.2
sourcesrc
created_at2022-07-11 03:21:20.293275
updated_at2024-11-06 17:10:05.156617
descriptionRust nom parser to read FAT file systems
homepagehttps://github.com/jgerrish/image-rider-fat
repositoryhttps://github.com/jgerrish/image-rider-fat
max_upload_size
id623521
size147,800
Joshua Gerrish (jgerrish)

documentation

README

image-rider-fat

build

Rust nom parser to read FAT file systems

This is a library of parsers built using the nom parsing framework to parse DOS FAT disk images.

Supported Formats

The following formats are currently detected. Parsing is not fully implemented for any of them yet.

FAT12: Basic File Allocation Table parsing FAT16: Basic skeleton but it's not working

Usage

You can run the example application with the following command:

RUST_LOG=debug cargo run --example parser -- --input FILENAME

Commit count: 18

cargo fmt