aboutsummaryrefslogtreecommitdiff
path: root/src/map.rs
AgeCommit message (Collapse)AuthorLines
2021-03-21hilarious and original jokeHEADmainMelody Horn-8/+8
2020-01-19Fix a small typo in docsZeeshan Ali-1/+1
2019-10-25Switch from linked-hash-map to indexmapAlex Crichton-11/+11
Follow the footsteps of serde_json! Closes #348
2019-08-14Removed all warnings besides twoNick Hackman-2/+2
Majority of warnings removed via RustFix Two remain one being a long return type and another being a name suggestion from Clippy `to_owned` for MaybeString
2019-05-08cargo fmtEric Huss-4/+4
2019-05-082018 edition idioms.Eric Huss-7/+7
2019-05-08Migrate to 2018 edition.Eric Huss-5/+5
2018-12-28Add the preserve_order featureVincent Prouillet-0/+595