hadris-fat 0.2.0

A library for working with FAT32 file systems (FAT12/16/exFAT planned)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Fat32 File System

This crate provides a FAT32 file system implementation.

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
hadris-fat = { version = "0.1" }
```