1
0
mirror of https://github.com/danog/strum.git synced 2024-11-27 04:24:37 +01:00
strum/strum_macros
Evgeniy Dushistov fe6c20a249 implement From<Enum> for &'static str in case of AsStaticRef derive (#40)
* implement From<Enum> for &'static str in case of AsStaticRef derive

* make possible to use <&'static str>::from(Enum) without strum crate

* mark AsStaticRef trait as deprecated
2018-12-24 08:33:57 -08:00
..
src implement From<Enum> for &'static str in case of AsStaticRef derive (#40) 2018-12-24 08:33:57 -08:00
Cargo.toml Updated docs and revved version numbers 2018-12-05 11:52:34 -08:00