| Crates.io | filesystem-table |
| lib.rs | filesystem-table |
| version | 0.1.2 |
| created_at | 2025-01-24 19:31:25.203303+00 |
| updated_at | 2025-01-27 17:33:39.030319+00 |
| description | A library for reading and writing filesystem tables. |
| homepage | |
| repository | https://github.com/FyraLabs/readymade |
| max_upload_size | |
| id | 1529879 |
| size | 12,986 |
A rust library for reading and writing filesystem tables, supporting fstab and mtab formats.
The Filesystem Table format is a very simple TSV (Tab-Separated Values) format that is used to describe filesystems and their mount points. The format is used by the fstab and mtab files on Unix systems.