This website requires JavaScript.
Explore
Help
Sign In
asya
/
toml-rs
Watch
1
Star
0
Fork
You've already forked toml-rs
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
12db6aa93f
toml-rs
/
test-suite
/
tests
/
valid
/
dotted-keys.toml
8 lines
96 B
TOML
Raw
Normal View
History
Unescape
Escape
0.5: Support dotted keys. cc #224
2018-07-11 01:29:47 -05:00
a
.
b
=
123
[
table
]
a
.
b
.
c
=
1
a
.
b
.
d
=
2
Don't allow intermixing inline tables and dotted key tables.
2018-07-27 13:49:30 -05:00
in
=
{
type
.
name
=
"cat"
,
type
.
color
=
"blue"
}
Reference in a new issue
Copy permalink