aboutsummaryrefslogtreecommitdiff
path: root/src/spanned.rs
AgeCommit message (Expand)AuthorLines
2019-08-12Derive Clone+PartialEq for SpannedJason Priest-1/+1
2019-08-12Run `cargo fmt`Alex Crichton-1/+0
2019-08-09include Spanned in the docsPietro Albini-20/+21
2019-05-082018 edition idioms.Eric Huss-5/+2
2018-12-17Run `cargo fmt`Alex Crichton-8/+12
2018-05-09Make spanned module private and hide internalsJohn-John Tedro-6/+40
2018-05-07Use BorrowedStrDeserializer instead of generated key deserializersJohn-John Tedro-50/+3
2018-05-07Use custom struct/field naming to deserialize spansJohn-John Tedro-16/+120
2018-05-06Proof of concept: reporting span information to a Spanned<T> typeDavid Tolnay-0/+49