File: dotted-keys.toml

package info (click to toggle)
rust-basic-toml 0.1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 936 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (41)
1
2
3
4
5
6
7
a.b = 123

[table]
a.b.c = 1
a  .  b  .  d = 2

in = { type.name = "cat", type.color = "blue" }