filesystem-table

Crates.iofilesystem-table
lib.rsfilesystem-table
version0.1.2
created_at2025-01-24 19:31:25.203303+00
updated_at2025-01-27 17:33:39.030319+00
descriptionA library for reading and writing filesystem tables.
homepage
repositoryhttps://github.com/FyraLabs/readymade
max_upload_size
id1529879
size12,986
crates.io Maintainer (github:fyralabs:crates-io-maintainer)

documentation

README

filesystem-table-rs

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.

See fstab and mtab on Wikipedia for more information.

Commit count: 963

cargo fmt