1
0
mirror of https://github.com/danog/strum.git synced 2024-12-03 09:57:55 +01:00
strum/strum_tests/tests
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
..
as_ref_no_strum.rs Feature/33/derive enum variants (#34) 2018-09-26 12:13:45 -07:00
as_ref_str.rs implement From<Enum> for &'static str in case of AsStaticRef derive (#40) 2018-12-24 08:33:57 -08:00
display.rs Feature/33/derive enum variants (#34) 2018-09-26 12:13:45 -07:00
enum_count.rs feature: add enum count macros (#37) 2018-11-05 10:36:09 -08:00
enum_discriminants.rs Feature/33/derive enum variants (#34) 2018-09-26 12:13:45 -07:00
enum_iter.rs Feature/33/derive enum variants (#34) 2018-09-26 12:13:45 -07:00
enum_message.rs Feature/33/derive enum variants (#34) 2018-09-26 12:13:45 -07:00
enum_props.rs Feature/33/derive enum variants (#34) 2018-09-26 12:13:45 -07:00
from_str.rs Feature/33/derive enum variants (#34) 2018-09-26 12:13:45 -07:00
to_string.rs Feature/33/derive enum variants (#34) 2018-09-26 12:13:45 -07:00