Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 536 Bytes

read-rustfmt-toml.md

File metadata and controls

29 lines (20 loc) · 536 Bytes
title timestamp author published description tags todo
Read rustfmt.toml TOML file
2024-04-02 05:50:01 -0700
szabgab
true
Read a TOML file
toml
Table
parse
read_to_string
get rid of the quotes
handle lists in square bracket

Dependencies

Using the toml crate.

{% include file="examples/read-rustfmt-toml/Cargo.toml" %}

{% include file="examples/read-rustfmt-toml/src/main.rs" %}

{% include file="examples/read-rustfmt-toml/sample-rustfmt.toml" %}