rustfmttoml
rustfmttoml is an open‑source Rust library that provides automated formatting for TOML (Tom's Obvious Minimal Language) documents. The project was initiated in 2022 by a group of contributors interested in improving the readability and consistency of TOML configuration files through a tool that follows idiomatic Rust conventions. The crate is hosted on crates.io and its source code is maintained in a public repository on GitHub, where it is licensed under the MIT / Apache‑2.0 dual license.
The primary goal of rustfmttoml is to offer a deterministic, style‑aware formatter that can be integrated into
rustfmttoml can be invoked as a library function within Rust programs, or through a command‑line interface
The crate has attracted contributions from the Rust community and is used in several projects that rely