filesystem-table 0.1.2

A library for reading and writing filesystem tables.
Documentation

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.