Docs.rs
libcorn-0.10.1
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
libcorn 0.10.1
Parsing engine for Corn, a simple and pain-free configuration language.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
array.json
basic.json
basic_empty_let.json
boolean.json
chained.json
chained_complex.json
char.json
comment.json
compact.json
complex.json
complex_keys.json
environment_variable.json
float.json
input.json
input_references_input.json
integer.json
invalid.json
invalid_input.json
invalid_nesting.json
invalid_spread.json
mixed_array.json
null.json
null_in_array.json
numeric_keys.json
object.json
object_in_array.json
quoted_keys.json
readme_example.json
spread.json
string.json
string_interpolation.json
string_multiline.json
value_after_table.json
very_compact.json
1
2
3
4
{
"
foo
"
:
"
hello, world
"
,
"
bar
"
:
"
$escaped
"
}