hadris-fat

Crates.iohadris-fat
lib.rshadris-fat
version0.1.1
created_at2025-02-13 09:47:26.111223+00
updated_at2025-02-20 11:46:08.220215+00
descriptionA library for working with FAT32 file systems, a standalone crate included in the hadris project
homepagehttps://github.com/hxyulin/hadris
repositoryhttps://github.com/hxyulin/hadris
max_upload_size
id1554009
size111,235
(hxyulin)

documentation

README

Fat32 File System

This crate provides a FAT32 file system implementation.

Usage

Add this to your Cargo.toml:

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

Features

write

Enables writing to the file system. This is enabled by default.

For no-std environments, this feature is gated behind the alloc feature.

std

This feature automatically enables the 'alloc' feature.

alloc

Enables the alloc feature for no-std environments. This allows for the use of dynamic memory allocation, which is used for some operations.

Commit count: 11

cargo fmt