index
:
milf-rs
main
My INI-Like Format
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
value.rs
Age
Commit message (
Expand
)
Author
Lines
2018-08-05
Support deserializing from other integer types
Kornel
-0
/
+16
2018-05-07
Use custom struct/field naming to deserialize spans
John-John Tedro
-3
/
+3
2018-04-16
Replace try!() with ?
Kornel
-2
/
+2
2017-09-14
[value] Fix some method docs
Behnam Esfahbod ✅
-7
/
+7
2017-07-06
Support deserializing newtypes
Alex Crichton
-1
/
+11
2017-06-19
Use 'into()' to convert numerical values safely
Sergio Benitez
-10
/
+8
2017-06-18
Add exhaustive From<T> impls for Value
Sergio Benitez
-28
/
+44
2017-06-11
Implement `IntoDeserializer` for `Value`
Pit Kleyersburg
-0
/
+8
2017-04-28
Address comment and make test pass
Vincent Prouillet
-73
/
+5
2017-04-25
Deserialize enum in Value
Vincent Prouillet
-1
/
+86
2017-04-24
Allow to deserialize/serialize into enums
Vincent Prouillet
-1
/
+1
2017-04-20
Support serde 1.0.0
Alex Crichton
-49
/
+54
2017-04-05
Replace unwrap with expect in public methods
Matthias Endler
-1
/
+1
2017-02-19
Fixed sorting of table values
Evgenii Pashkin
-2
/
+2
2017-02-11
Fix displaying empty arrays
Alex Crichton
-8
/
+6
2017-02-09
Grammar on Value doc strings
Jake Goulding
-3
/
+3
2017-02-08
Rewrite crate with serde support from ground up
Alex Crichton
-0
/
+894