index
:
milf-rs
main
My INI-Like Format
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
spanned.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-25
Spanned: impl PartialEq, Eq, Hash, PartialOrd, Ord in terms of the value (#344)
est31
-1
/
+36
2019-10-03
get_mut should return a mutable reference (#338)
Guillaume Fraux
-2
/
+2
2019-09-16
Support deserializing spanned keys (#333)
est31
-1
/
+1
2019-09-09
Remove redundant #[doc(hidden)] attributes (#331)
est31
-8
/
+4
2019-08-14
Removed all warnings besides two
Nick Hackman
-10
/
+6
2019-08-12
Derive Clone+PartialEq for Spanned
Jason Priest
-1
/
+1
2019-08-12
Run `cargo fmt`
Alex Crichton
-1
/
+0
2019-08-09
include Spanned in the docs
Pietro Albini
-20
/
+21
2019-05-08
2018 edition idioms.
Eric Huss
-5
/
+2
2018-12-17
Run `cargo fmt`
Alex Crichton
-8
/
+12
2018-05-09
Make spanned module private and hide internals
John-John Tedro
-6
/
+40
2018-05-07
Use BorrowedStrDeserializer instead of generated key deserializers
John-John Tedro
-50
/
+3
2018-05-07
Use custom struct/field naming to deserialize spans
John-John Tedro
-16
/
+120
2018-05-06
Proof of concept: reporting span information to a Spanned<T> type
David Tolnay
-0
/
+49