#fstab #mtab

filesystem-table

A library for reading and writing filesystem tables

3 releases

0.1.2 Jan 27, 2025
0.1.1 Jan 27, 2025
0.1.0 Jan 24, 2025

#456 in Filesystem

Download history 261/week @ 2025-01-23 55/week @ 2025-01-30 16/week @ 2025-02-06

332 downloads per month

MIT license

13KB
244 lines

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.

Dependencies

~245–690KB
~16K SLoC