Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / Peternator7/strum issues and pull requests
#328 - TryFrom<Repr> for enums using FromRepr?
Issue -
State: open - Opened by jaskij about 1 year ago
- 2 comments
#327 - Publish Git tags
Issue -
State: closed - Opened by Marcono1234 about 1 year ago
- 2 comments
#326 - AsRefStr documentation incorrectly states 'static ref is returned
Issue -
State: closed - Opened by DTrippe about 1 year ago
- 2 comments
#325 - fix: use core not std to allow no_std to compile
Pull Request -
State: closed - Opened by ripytide about 1 year ago
- 1 comment
#324 - Update Changelog etc in prep for release
Pull Request -
State: closed - Opened by Peternator7 about 1 year ago
#323 - Publish new release.
Issue -
State: closed - Opened by gibbz00 about 1 year ago
- 4 comments
#322 - Fixed the `fmt` conflict caused by using `use std::fmt::Debug`
Pull Request -
State: closed - Opened by disoul about 1 year ago
- 1 comment
#321 - fix: avoid conflicts in case of consecutive underscores
Pull Request -
State: closed - Opened by aminya about 1 year ago
- 2 comments
#320 - Add `attributes` to `strum_discriminants` for custom attributes in generated discriminant enum
Pull Request -
State: open - Opened by SabeMP about 1 year ago
- 1 comment
#319 - chore(strum): update phf 0.10 -> 0.11
Pull Request -
State: closed - Opened by lovesegfault about 1 year ago
- 1 comment
#318 - Getting the discriminant from an enum variant
Issue -
State: closed - Opened by MiniaczQ about 1 year ago
- 3 comments
#317 - EnumDiscriminants: can't infer type
Issue -
State: closed - Opened by wiiznokes about 1 year ago
- 3 comments
#316 - AsRef<str> and default variants
Issue -
State: open - Opened by wyatt-herkamp about 1 year ago
#315 - Add `EnumDeref` trait and derive
Pull Request -
State: closed - Opened by Syndelis over 1 year ago
- 12 comments
#314 - Add Iterator trait bounds to IntoEnumIterator
Pull Request -
State: closed - Opened by joshchngs over 1 year ago
- 1 comment
#313 - `get_bool` and `get_int` in `EnumProperty` are undocumented and always return None
Issue -
State: closed - Opened by fritzrehde over 1 year ago
- 1 comment
#312 - fixing doc link
Pull Request -
State: closed - Opened by fermanjj over 1 year ago
#311 - Impl FusedIterator for EnumIter iterators
Pull Request -
State: closed - Opened by jwodder over 1 year ago
- 3 comments
#310 - to_string and serialize when used together causes unreachable code
Issue -
State: open - Opened by Stefanuk12 over 1 year ago
- 2 comments
#309 - bump phf from 0.10 to 0.11
Pull Request -
State: closed - Opened by jqnatividad over 1 year ago
- 5 comments
#308 - Fix "Display" for non string Defaults
Pull Request -
State: closed - Opened by Peternator7 over 1 year ago
#307 - `EnumString` should derive `From<&str>` instead of `TryFrom<&str>` when `#[strum(default)]` is present
Issue -
State: open - Opened by MingweiSamuel over 1 year ago
- 1 comment
#306 - strum::Display doesn't work with non-unit non-string variants
Issue -
State: closed - Opened by Keshi over 1 year ago
#305 - Add Support for Generics with Enum Is
Pull Request -
State: closed - Opened by wyatt-herkamp over 1 year ago
- 1 comment
Labels: hacktoberfest-accepted
#304 - Remove unused vectors
Pull Request -
State: closed - Opened by schubart over 1 year ago
#303 - [Feature] Macro to Implement PartialEq<str>
Issue -
State: closed - Opened by wyatt-herkamp over 1 year ago
- 1 comment
#302 - Implement TryFrom<String> in EnumString
Pull Request -
State: open - Opened by wyatt-herkamp over 1 year ago
- 4 comments
Labels: hacktoberfest-accepted
#301 - Add doc comment to EnumIs result
Pull Request -
State: closed - Opened by wyatt-herkamp over 1 year ago
- 1 comment
Labels: hacktoberfest-accepted
#300 - Fix EnumIter for enums named Option
Pull Request -
State: closed - Opened by horacimacias over 1 year ago
- 1 comment
#299 - EnumIter does not work for enums named 'Option'
Issue -
State: closed - Opened by horacimacias over 1 year ago
#298 - Feature request: A function to convert to integer by variant
Issue -
State: open - Opened by Bubbler-4 over 1 year ago
- 2 comments
#297 - Add `StaticVariantsArray` trait and derive
Pull Request -
State: closed - Opened by Syndelis over 1 year ago
- 9 comments
#296 - Add the `prefix` attribute
Pull Request -
State: closed - Opened by chanman3388 over 1 year ago
- 1 comment
#295 - `EnumString` match with non-default variables
Issue -
State: closed - Opened by wangxiaoying over 1 year ago
- 1 comment
#294 - Use enum named fields in to_string macro
Pull Request -
State: closed - Opened by Arian8j2 over 1 year ago
- 1 comment
#293 - fix EnumIter for enums with const generic
Pull Request -
State: closed - Opened by PingPongun over 1 year ago
- 1 comment
#293 - fix EnumIter for enums with const generic
Pull Request -
State: open - Opened by PingPongun over 1 year ago
#292 - feat: added discriminator fn
Pull Request -
State: closed - Opened by DevSlashRichie over 1 year ago
- 1 comment
#291 - IntoStaticStr but from immutable reference to an enum From<&MyEnum>
Issue -
State: open - Opened by bitcoin-eagle over 1 year ago
- 5 comments
#291 - IntoStaticStr but from immutable reference to an enum From<&MyEnum>
Issue -
State: open - Opened by bitcoin-eagle over 1 year ago
- 7 comments
#290 - Proposal: Exclude macro for EnumIter macro
Issue -
State: open - Opened by 1uf3 over 1 year ago
#289 - Enable doc-test for "strum_discriminants(vis(pub))"
Pull Request -
State: closed - Opened by hasezoey over 1 year ago
- 1 comment
#288 - EnumDiscriminant inherits the repr and discriminant values
Pull Request -
State: closed - Opened by jscatena88 over 1 year ago
- 3 comments
#287 - Fix `EnumIter` macro code generation
Pull Request -
State: closed - Opened by kraktus over 1 year ago
- 2 comments
#285 - Added EnumTryAs
Pull Request -
State: closed - Opened by MendyBerger over 1 year ago
- 1 comment
#284 - `could not find fmt in core` when upgrading to 0.25
Issue -
State: closed - Opened by FrancisRussell over 1 year ago
- 1 comment
#283 - EnumDiscriminants should inherit the repr of the enum they are derived from
Issue -
State: closed - Opened by jscatena88 over 1 year ago
- 1 comment
#282 - Maybe EnumCount should respect `#[repr(...)]` like FromRepr
Issue -
State: open - Opened by martin-t over 1 year ago
- 2 comments
#281 - rustfmt::skip is broken by derive(FromRepr)
Issue -
State: closed - Opened by worldmaker18349276 over 1 year ago
- 1 comment
#280 - update ci version
Pull Request -
State: closed - Opened by Peternator7 over 1 year ago
#279 - Add Enum Map Derive Macro
Pull Request -
State: closed - Opened by PokeJofeJr4th over 1 year ago
- 10 comments
#278 - strum(serialize_all vs serde(rename_all
Issue -
State: open - Opened by alekspickle over 1 year ago
- 1 comment
#277 - Unwrap methods
Issue -
State: closed - Opened by MendyBerger over 1 year ago
- 6 comments
#276 - Handle rustoc comments in `#[derive(FromRepr)]`
Pull Request -
State: closed - Opened by smoelius over 1 year ago
- 3 comments
#275 - derive(FromRepr) broken in 0.25.0
Issue -
State: closed - Opened by uklotzde over 1 year ago
- 13 comments
#274 - Convert between structs and enums
Issue -
State: open - Opened by Kinrany over 1 year ago
- 2 comments
#273 - upgrade syn to dependency to syn v2
Pull Request -
State: closed - Opened by schultetwin1 over 1 year ago
- 2 comments
#272 - Enum Map derive macro
Issue -
State: closed - Opened by PokeJofeJr4th almost 2 years ago
- 7 comments
#271 - ci: add github workflows
Pull Request -
State: closed - Opened by joshka almost 2 years ago
- 1 comment
#270 - fix!: use the tuple value for to_string on default
Pull Request -
State: closed - Opened by joshka almost 2 years ago
- 10 comments
#269 - Enum variant with number produces "is not a valid identifier"
Issue -
State: open - Opened by inferrna almost 2 years ago
#268 - Fix EnumCount with disabled variants
Pull Request -
State: closed - Opened by schultetwin1 almost 2 years ago
- 7 comments
#267 - Disabled variant still included in Count
Issue -
State: closed - Opened by schultetwin1 almost 2 years ago
#264 - fix deprecation warning in additional_attributes example
Pull Request -
State: closed - Opened by rsnively almost 2 years ago
- 2 comments
#263 - add missing word
Pull Request -
State: closed - Opened by najtin almost 2 years ago
- 1 comment
#262 - How to Properly Use FromStr?
Issue -
State: open - Opened by JimLynchCodes almost 2 years ago
- 1 comment
#261 - Update syn to v2
Pull Request -
State: closed - Opened by CosmicHorrorDev almost 2 years ago
- 7 comments
#260 - Breaks under re-export
Issue -
State: open - Opened by blueforesticarus almost 2 years ago
- 1 comment
#259 - Adding support for int and bool EnumProperties
Pull Request -
State: closed - Opened by ejmount almost 2 years ago
- 2 comments
#258 - Add `#[strum(transparent)]` argument
Issue -
State: closed - Opened by bobozaur almost 2 years ago
- 4 comments
#257 - Added enum_is
Pull Request -
State: closed - Opened by MendyBerger almost 2 years ago
- 2 comments
#256 - Add Train-Case case style
Pull Request -
State: closed - Opened by martinkauppinen almost 2 years ago
- 1 comment
#255 - `strum::EnumString` deriving `TryFrom<&str>` means `From<&str>` cannot be implemented
Issue -
State: open - Opened by MingweiSamuel almost 2 years ago
- 3 comments
#254 - Add default_with strum macro
Pull Request -
State: closed - Opened by ericmcbride almost 2 years ago
- 1 comment
#253 - Fix doc comment for strum::EnumIter macro
Pull Request -
State: closed - Opened by kesyog almost 2 years ago
- 1 comment
#252 - is_* methods
Issue -
State: closed - Opened by MendyBerger about 2 years ago
- 1 comment
#252 - is_* methods
Issue -
State: open - Opened by MendyBerger about 2 years ago
- 1 comment
#251 - Create FromRepr trait?
Issue -
State: closed - Opened by TotalKrill about 2 years ago
- 5 comments
#250 - Fix camel_case to PascalCase bug
Pull Request -
State: closed - Opened by bouzuya about 2 years ago
- 2 comments
#249 - Make derive macros and traits available from a single crate
Issue -
State: closed - Opened by spearman about 2 years ago
- 2 comments
#249 - Make derive macros and traits available from a single crate
Issue -
State: closed - Opened by spearman about 2 years ago
- 2 comments
#248 - Change `kebab_case` to `kebab-case` in example
Pull Request -
State: closed - Opened by squ1dd13 about 2 years ago
- 1 comment
#248 - Change `kebab_case` to `kebab-case` in example
Pull Request -
State: closed - Opened by squ1dd13 about 2 years ago
- 1 comment
#247 - feature request: AsRefStr using the discriminant as UTF-8
Issue -
State: closed - Opened by ericlagergren about 2 years ago
- 2 comments
#247 - feature request: AsRefStr using the discriminant as UTF-8
Issue -
State: closed - Opened by ericlagergren about 2 years ago
- 2 comments
#246 - Ordering guarantees on EnumIter?
Issue -
State: open - Opened by hgomersall over 2 years ago
#246 - Ordering guarantees on EnumIter?
Issue -
State: open - Opened by hgomersall over 2 years ago
#245 - Feature Request: Add attribute for types that don't implement Default
Issue -
State: open - Opened by ewoolsey over 2 years ago
- 5 comments
#245 - Feature Request: Add attribute for types that don't implement Default
Issue -
State: open - Opened by ewoolsey over 2 years ago
- 5 comments
#244 - Disabled variant still included in VariantNames
Issue -
State: open - Opened by Progdrasil over 2 years ago
#244 - Disabled variant still included in VariantNames
Issue -
State: open - Opened by Progdrasil over 2 years ago
- 2 comments
#243 - support for no_std?
Issue -
State: closed - Opened by zzzz465 over 2 years ago
- 2 comments
#243 - support for no_std?
Issue -
State: open - Opened by zzzz465 over 2 years ago
- 1 comment
#242 - Fix doc comment for EnumIter
Pull Request -
State: closed - Opened by mikeleany over 2 years ago
#242 - Fix doc comment for EnumIter
Pull Request -
State: closed - Opened by mikeleany over 2 years ago
#241 - Allow to set integer values for EnumDiscriminants
Issue -
State: open - Opened by Shatur over 2 years ago
- 2 comments
#241 - Allow to set integer values for EnumDiscriminants
Issue -
State: open - Opened by Shatur over 2 years ago
- 3 comments
#240 - implement Debug for EnumIter
Pull Request -
State: closed - Opened by Peternator7 over 2 years ago
#240 - implement Debug for EnumIter
Pull Request -
State: closed - Opened by Peternator7 over 2 years ago
#239 - chore: fix typo
Pull Request -
State: closed - Opened by alissa-tung over 2 years ago
- 2 comments