issues
search
Peternator7
/
strum
A small rust library for adding custom derives to enums
https://crates.io/crates/strum
MIT License
1.8k
stars
151
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Implement `get_int`/`get_bool` for properties
#391
marxin
opened
5 days ago
1
Regression: Generating private enum with `EnumDiscriminants` is no longer possible when the parent enum is public
#390
yescallop
opened
1 week ago
0
Inline generated functions
#389
marc0246
closed
1 week ago
1
When implementing `EnumString` on nested enum it requires `Default` implementation for nested enums
#388
bWanShiTong
opened
1 month ago
0
docs(strum_macros): fix typo in `enum_iter` docs
#387
cenviity
closed
1 week ago
0
New Enum Derive Type (Enum Return Groups)
#386
SCDevel
closed
1 week ago
1
VariantArray and VariantNames have conflicting items
#385
lolbinarycat
opened
1 month ago
0
Peternator7/update msrv to 1.66.1
#384
Peternator7
closed
1 week ago
0
Update appveyor.yml to VS 2022
#383
Peternator7
closed
1 week ago
0
fix: fix unit filed not to parse the placeholder
#382
JimChenWYU
opened
2 months ago
0
Can not be compatible with versions of rustc >= 1.56.1
#381
JimChenWYU
opened
2 months ago
1
feat: FromStr derive could support setting the error type
#380
JimChenWYU
closed
18 hours ago
1
EnumString: also impl From<&str>
#379
mirsella
opened
2 months ago
0
macros: Stop using syn's extra-traits feature
#378
svix-jplatte
closed
1 month ago
1
Add EnumDiscriminants Trait and related Macro impl
#377
vpochapuis
closed
1 month ago
1
Proposal to add a trait for EnumDiscriminants
#376
vpochapuis
closed
1 month ago
3
Adding a custom attribute to a type generated via `strum_discriminants`
#375
alex35mil
opened
2 months ago
1
No support when using #![no_std]
#373
aaalloc
opened
3 months ago
0
Why don't iterators created by `EnumIter` implement `ExactSizeIterator`?
#372
jwarley
opened
3 months ago
1
CStr support
#371
definitelynobody
opened
3 months ago
1
docs(strum_macros): fix word error in doc
#370
leaf-potato
closed
4 months ago
1
Fix disabled variants still appearing in variant names array
#369
Tar-Tarus
closed
18 hours ago
2
Useful changes to `EnumString`
#368
AlexSherbinin
opened
4 months ago
0
`IntoStaticStr` interprets `to_string` literally
#367
blind-oracle
closed
4 months ago
2
Is this expected behavior (combining EnumStrings with multiple serializes and ascii_case_insensitive with VariantNames)?
#366
andrewsuperlegit
opened
5 months ago
0
fix: require strum_macros 0.26.3
#365
joshka
closed
5 months ago
2
Fix itertools compatibility part 2. Release strum 0.26.3
#364
joshka
closed
5 months ago
0
Using `#[strum(to_string = "}")]` results in macro error
#363
Somfic
opened
5 months ago
3
EnumProperty must be defined only once in the macro namespace of this module
#362
rksm
closed
4 months ago
1
Round tripping "{{}}" doesn't work with Display + EnumString in 0.26
#361
tiye
opened
5 months ago
2
Fix the unconditional usage of string interpolation in strum
#360
Peternator7
closed
5 months ago
0
strum-macros 0.26.3 breaks `no_std` build
#359
tronical
closed
5 months ago
5
Itertools 0.13.0 and strum derive macro EnumIter break if both are used at the same time
#358
VorpalBlade
closed
5 months ago
2
Use fully qualified syntax for calling `get` on an `EnumIter`, eliminating ambiguities
#357
bluurryy
closed
5 months ago
5
Error updating to 0.26 - trait bound `std::iter::FusedIterator` is not satisfied
#356
domenukk
closed
6 months ago
1
add hyperlinks to documentation and clarify derive macros
#355
lolbinarycat
closed
6 months ago
0
Accessing the EnumTable type through the enum
#354
zargad
opened
6 months ago
1
Add support for `const_into_str` attribute to enable static string conversions in const contexts
#353
biryukovmaxim
closed
18 hours ago
5
Support for const_into_str to Enable Static String Conversion in Const Context
#352
biryukovmaxim
closed
18 hours ago
1
fix cargo clippy warning and error
#351
rtczza
opened
7 months ago
0
Fix broken links
#350
rainbowatcher
closed
7 months ago
1
Update clap requirement from =2.33.0 to =4.5.4
#349
dependabot[bot]
opened
7 months ago
0
Update bitflags requirement from =1.2 to =2.5
#348
dependabot[bot]
opened
7 months ago
0
Fix typos & misspellings in docs
#347
5-pebbles
closed
7 months ago
0
Update `heck` requirement
#346
smoelius
closed
7 months ago
0
Interpolate unnamed enum variant fields in to_string attribute
#345
gin-ahirsch
closed
6 months ago
5
Hide EnumTable
#344
Peternator7
closed
8 months ago
1
Fix docs that say array instead of slice
#343
Peternator7
closed
8 months ago
0
Update enum_variant_type requirement from =0.2.0 to =0.3.1
#342
dependabot[bot]
opened
8 months ago
0
Update bitflags requirement from =1.2 to =2.4
#341
dependabot[bot]
closed
7 months ago
1
Next