Crates.io | flatfs |
lib.rs | flatfs |
version | 0.2.1 |
source | src |
created_at | 2023-10-06 19:57:41.347846 |
updated_at | 2024-01-04 05:07:29.947369 |
description | A readonly filesystem. |
homepage | |
repository | https://github.com/moturus/flatfs |
max_upload_size | |
id | 995343 |
size | 21,669 |
Flat Filesystem
A simple way to package a small number of files into a single flat memory area. Like CPIO. [no-std]
Same reason why CPIO exists. I needed a way to easily create read-only partitions in Rust in 2023, and could not find a suitable and lightweight way to do it, so I rolled my own.