Docs.rs
boml-2.0.0
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
boml 2.0.0
A dead-simple, efficient, dependency-free TOML parser for Rust.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
array-subtables.json
array-subtables.toml
array.json
array.toml
bool.json
bool.toml
empty.json
empty.toml
hetergeneous.json
hetergeneous.toml
mixed-int-array.json
mixed-int-array.toml
mixed-int-float.json
mixed-int-float.toml
mixed-int-string.json
mixed-int-string.toml
mixed-string-table.json
mixed-string-table.toml
nested-double.json
nested-double.toml
nested-inline-table.json
nested-inline-table.toml
nested.json
nested.toml
nospaces.json
nospaces.toml
open-parent-table.json
open-parent-table.toml
string-quote-comma-01.json
string-quote-comma-01.toml
string-quote-comma-02.json
string-quote-comma-02.toml
string-with-comma-01.json
string-with-comma-01.toml
string-with-comma-02.json
string-with-comma-02.toml
strings.json
strings.toml
table-array-string-backslash.json
table-array-string-backslash.toml
trailing-comma.json
trailing-comma.toml
1
2
3
4
5
{
"
foo
"
:
[
{
"
bar
"
:
{
"
type
"
:
"
string
"
,
"
value
"
:
"
\"
{{baz}}
\"
"
}
}
]
}