index
:
milf-rs
main
My INI-Like Format
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ser.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-09
Remove redundant #[doc(hidden)] attributes (#331)
est31
-3
/
+0
2019-08-20
Propogate write! errors to ser::Error
Nick Hackman
-9
/
+7
2019-08-18
Potential Solution to drop clippy errors
Nick Hackman
-7
/
+11
2019-08-14
Removed all warnings besides two
Nick Hackman
-31
/
+28
2019-08-12
Squelch explicit_outlives_requirements warning.
Eric Huss
-3
/
+3
2019-05-08
2018 edition idioms.
Eric Huss
-14
/
+10
2019-05-08
Migrate to 2018 edition.
Eric Huss
-1
/
+1
2018-12-17
Run `cargo fmt`
Alex Crichton
-244
/
+316
2018-10-27
Allow newtype key
Steven Pease
-2
/
+2
2018-10-01
Avoid panic on pretty string ending in single quote
Matti Niemenmaa
-0
/
+4
2018-07-11
0.5: Support floats nan, inf, and +/-0.0.
Eric Huss
-26
/
+23
2018-05-24
Support fixed-length arrays
Alex Crichton
-15
/
+102
2018-05-07
Use custom struct/field naming to deserialize spans
John-John Tedro
-3
/
+3
2017-08-28
Fix a number of compile warnings
Alex Crichton
-13
/
+13
2017-08-13
add pretty_string_literal to be able to disable literal strings
Garrett Berg
-10
/
+69
2017-08-13
add spaces between array items and test for them
Garrett Berg
-4
/
+17
2017-07-31
Merge pull request #204 from vitiral/rc_settings
Alex Crichton
-14
/
+28
2017-07-30
back out doc changes for now
Garrett Berg
-5
/
+5
2017-07-30
doc fixes
Garrett Berg
-5
/
+5
2017-07-29
reference count settings to bump performance a bit
Garrett Berg
-19
/
+33
2017-07-28
add """ for non-literals with newlines, clean up logic and add tests
Garrett Berg
-55
/
+91
2017-07-28
make single lines also pretty
Garrett Berg
-44
/
+102
2017-07-27
fix bugs with pretty
Garrett Berg
-29
/
+23
2017-07-27
close #199: add header information for empty structs
Garrett Berg
-0
/
+9
2017-07-24
fix Serializer::pretty_array(false)
Garrett Berg
-4
/
+4
2017-07-24
use ignore rather than no_run for toml blocks
Garrett Berg
-4
/
+4
2017-07-22
fix docs and add
Garrett Berg
-4
/
+70
2017-07-21
fix "
Garrett Berg
-1
/
+7
2017-07-20
use builder pattern
Garrett Berg
-14
/
+72
2017-07-09
pretty arrays
Garrett Berg
-4
/
+12
2017-07-09
array doesn't break anything...
Garrett Berg
-5
/
+25
2017-07-09
add pretty sting serialization
Garrett Berg
-3
/
+38
2017-07-09
add Settings struct
Garrett Berg
-0
/
+20
2017-06-01
Add toml::ser::Error::KeyNewline back in
Alan Du
-0
/
+6
2017-06-01
Allow serializing keys with \n in them
Alan Du
-8
/
+0
2017-06-01
Close #180
Alan Du
-1
/
+21
2017-05-30
Merge pull request #183 from alanhdu/invalid_number
Alex Crichton
-2
/
+15
2017-05-31
Error when trying to serialize invalid float
Alan Du
-2
/
+15
2017-05-30
Encode control characters with hex not decimal
Alan Du
-1
/
+1
2017-05-10
add example for to_string
Raphaƫl Huchet
-0
/
+35
2017-04-28
Address comment and make test pass
Vincent Prouillet
-2
/
+2
2017-04-24
Allow to deserialize/serialize into enums
Vincent Prouillet
-1
/
+1
2017-04-20
Support serde 1.0.0
Alex Crichton
-35
/
+16
2017-04-12
Stop taking references when not needed
Daniel Lockyer
-4
/
+4
2017-04-12
Simplify if-statements
Daniel Lockyer
-1
/
+1
2017-02-21
Add support for `serialize_bytes`
Alex Crichton
-3
/
+4
2017-02-10
Add a serialization helper to put tables last
Alex Crichton
-2
/
+266
2017-02-10
Update ser.rs
Jonas mg
-1
/
+1
2017-02-08
Rewrite crate with serde support from ground up
Alex Crichton
-0
/
+1006