Toml

toml

TOML stands for Tom's Obvious Minimal Language. It is an alternative to INI files and YAML and JSON files.

The toml crate allows us to read TOML files.

Every Rust Crate comes with a file called Cargo.toml which, surprise, surprise, is in this format. So you, a Rust developer, are probably quite familiar with this format.

Related Pages

Rust Maven
Files - dealing with files in Rust

Author

Gabor Szabo (szabgab)

Gabor Szabo, the author of the Rust Maven web site maintains several Open source projects in Rust and while he still feels he has tons of new things to learn about Rust he already offers training courses in Rust and still teaches Python, Perl, git, GitHub, GitLab, CI, and testing.

Gabor Szabo