filesystem-table

Crates.iofilesystem-table
lib.rsfilesystem-table
version
sourcesrc
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
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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: 663

cargo fmt