0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 11 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added EnumTryAs More... 10 months ago
rename EnumMap to EnumTable More... 10 months ago
escape identifiers with `_` to prevent keyword name collisions resolves #8 More... 10 months ago
Fix a typo in Changelog wrt new version More... 10 months ago
Publish new version with fix #276 More... 10 months ago
Handle rustoc comments in `#[derive(FromRepr)]` (#276) More... 10 months ago
update ci version (#280) More... 10 months ago
add error for empty enums (resolves #7), added test for keyword collision (#8) More... 10 months ago
add test for `clone`, change `all_ok` to return `Result` More... 10 months ago
fixed format_ident More... 10 months ago
used snakify from `enum_is`, used `format_ident` macro moved snakify into `helpers` mod More... 10 months ago
Remove commented get and set More... 10 months ago
implemented 2nd solution to #5 - panic when indexed More... 10 months ago
Merge branch 'master' of https://github.com/PokeJofeJr4th/strum More... 10 months ago
updated documentation More... 10 months ago
Include EnumMap in README.md More... 10 months ago
added `all` and `all_ok` for options and results More... 10 months ago
format More... 10 months ago
added tests, fixed bad code from last commit More... 10 months ago
added features #1, #2, #3 More... 10 months ago
Merge remote-tracking branch 'peternator/master' More... 10 months ago
Merged in some of June's code switched from array to struct More... 10 months ago
Added enum_is (#257) More... 11 months ago
fix!: use the tuple value for to_string on default (#270) More... 11 months ago
Update syn to v2 (#261) More... 11 months ago
Fix EnumCount with disabled variants (#268) More... 11 months ago
Update README and CHANGELOG for new version More... 11 months ago
added enum map macro and lib.rs test need to make error detection (dependency on EnumIter, etc.) more robust More... 12 months ago
add missing word (#263) More... 12 months ago
fix deprecation warning in additional_attributes example (#264) More... 12 months ago