index
:
milf-rs
main
My INI-Like Format
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
valid
Age
Commit message (
Expand
)
Author
Lines
2017-06-01
Store fractional seconds as a u32 instead of a f64
Alan Du
-1
/
+1
2017-06-01
Allow serializing keys with \n in them
Alan Du
-0
/
+4
2017-06-01
Truncate fractional seconds to picoseconds
Alan Du
-0
/
+7
2017-06-01
Add test case
Alan Du
-0
/
+20
2017-05-30
Encode control characters with hex not decimal
Alan Du
-0
/
+2
2016-04-03
Tweak unicode-escape test
Tae-il Lim
-4
/
+4
2016-04-02
Update integration tests to BurntSushi/toml-test@2f1c20de60bc9de743bdb8c7d2e7...
Tae-il Lim
-10
/
+148
2015-10-07
Allow BOM (Byte order mark) in toml
osboxes.org
-0
/
+5
2015-02-13
Add v0.4.0 compliance test
Alex Crichton
-0
/
+236
2015-01-20
Remove slash as an escapeable character
Alex Crichton
-1
/
+1
2015-01-15
Update key syntax to TOML master
Alex Crichton
-3
/
+3
2015-01-15
Implement new rules for bare key names
Alex Crichton
-5
/
+5
2015-01-15
Fix parsing leading `+` on numbers
Alex Crichton
-3
/
+3
2015-01-15
Add a few more tests from the toml-lang repo
Alex Crichton
-0
/
+265
2015-01-15
Move tests to integration tests
Alex Crichton
-0
/
+420