Yvonnick Esnault
|
690dbc9ee7
|
Comment annotation for Marshal (#185)
|
2017-10-01 15:05:24 -07:00 |
|
Thomas Pelletier
|
4a000a21a4
|
Benchmark against other libraries (#175)
BenchmarkUnmarshalToml-8 1000 1320117 ns/op 450932 B/op 15072 allocs/op
BenchmarkUnmarshalBurntSushiToml-8 3000 402897 ns/op 82900 B/op 1761 allocs/op
BenchmarkUnmarshalJson-8 20000 66092 ns/op 3536 B/op 101 allocs/op
BenchmarkUnmarshalYaml-8 10000 189600 ns/op 44872 B/op 1058 allocs/op
|
2017-06-25 13:05:13 -07:00 |
|
Thomas Pelletier
|
40ecdac242
|
Clean up documentation (#168)
Fixes #135
|
2017-05-30 18:33:25 -07:00 |
|
Thomas Pelletier
|
685a1f1cb7
|
Rename TomlTree to Tree (#159)
Avoid stutter.
Fixes #55
|
2017-05-10 17:53:23 -07:00 |
|
John K. Luebs
|
53be957dac
|
Allow unmarshal from any TomlTree (#157)
Fixes #153
|
2017-05-07 15:55:38 -07:00 |
|
Carolyn Van Slyck
|
fe206efb84
|
Provide Marshaler interface (#151)
The toml.Marhshaler interface allows marshalling custom objects implementing
the interface. Design based off json.Marshaler.
|
2017-04-04 18:41:05 -07:00 |
|
tro3
|
e32a2e0474
|
Reflection-based marshaling / unmarshaling (#149)
Fixes #146
|
2017-03-29 14:49:41 -07:00 |
|