manunio
|
60884064b0
|
toml_edit: initial integration (#8524)
Hi, [toml_edit](https://github.com/ordian/toml_edit) crate allows you to
parse and modify toml documents, while preserving comments, spaces and
relative order or items.
- It has 2 million+ downloads as per
[crates.io](https://crates.io/crates/toml_edit).
- It's being used by projects like
[cargo](https://github.com/rust-lang/cargo),
[diem](https://github.com/diem/diem),
[lapce](https://github.com/lapce/lapce),
[materialize](https://github.com/MaterializeInc/materialize),
[clap](https://github.com/clap-rs/clap),
[foundry](https://github.com/foundry-rs/foundry) as per [github's
dependent
graph](https://github.com/ordian/toml_edit/network/dependents?dependent_type=PACKAGE&package_id=UGFja2FnZS0zMjE3NzcwMjM2)
and [crates.io's reverse
dependencies](https://crates.io/crates/toml_edit/reverse_dependencies).
|
2022-09-19 10:52:29 -04:00 |