1
0
mirror of https://github.com/danog/strum.git synced 2024-12-03 09:57:55 +01:00
strum/strum_tests/tests
Waffle Lapkin eea32dbf7f Const enum variants names (#75)
* Add implementing const `VARIANTS` by `EnumVariantsNames`, deprecate old `::variants`

* Move `const VARIANTS` to `VariantNames` trait

* Remove `VariantNames::variants` function
2019-12-12 13:39:10 -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 Fix serialize_all in AsRefStr, AsStaticStr and IntoStaticStr (#42) 2019-02-19 06:06:45 -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 Ran rustfmt on the whole tree and added a note about compatibility (#44) 2019-03-03 23:27:59 -08:00
enum_iter.rs Add checks to guard against overflow in iterator methods. (#76) 2019-11-16 17:33:14 -08:00
enum_message.rs Add feature derive for re-exporting proc macros. 2019-08-16 11:52:58 -07:00
enum_props.rs Add feature derive for re-exporting proc macros. 2019-08-16 11:52:58 -07:00
enum_variant_names.rs Const enum variants names (#75) 2019-12-12 13:39:10 -08:00
from_str.rs Feature/33/derive enum variants (#34) 2018-09-26 12:13:45 -07:00
serialize_all.rs Implement serialize_all=UPPERCASE (#48) 2019-07-29 08:26:29 -07:00
to_string.rs Feature/33/derive enum variants (#34) 2018-09-26 12:13:45 -07:00