toml-rs/test-suite
est31 e89d255cbf Spanned: impl PartialEq, Eq, Hash, PartialOrd, Ord in terms of the value (#344)
* Spanned: impl PartialEq, Eq, Hash, PartialOrd, Ord in terms of the value

This is because we want to be able to index into HashMap<Spanned<String>, T>
with a dummy span and get results where only the content has to match.

* Add Borrow impl

* Add tests
2019-10-25 14:05:31 -05:00
..
tests Spanned: impl PartialEq, Eq, Hash, PartialOrd, Ord in terms of the value (#344) 2019-10-25 14:05:31 -05:00
Cargo.toml Add tests covering custom deserializers 2019-07-30 13:16:59 -04:00