Marcel Hellwig
672ac26005
Clippy lints and some minor nitpicks ( #212 )
...
* add clippy.toml with an msrv
* fix clippy lints
* replace inefficient algorithm
* replace ::std with ::core in more places and comments
* fix some test warnings
* fix clippy lints in tests
2022-02-18 16:04:31 -08:00
Jonas Platte
b517f232aa
Update strum to Rust edition 2018 ( #110 )
...
* Set all crates to edition 2018
* Remove redundant imports
* Remove extern crate declarations for cargo dependencies
2020-09-17 11:21:21 -07:00
Evgeniy Dushistov
640c0bb713
Implement serialize_all=UPPERCASE ( #48 )
...
* Implement serialize_all=UPPERCASE
* applying rustfmt 1.2.2-stable
* handling of all options listed in serde docs for compatibility
See https://serde.rs/container-attrs.html#container-attributes
2019-07-29 08:26:29 -07:00