issues
search
illicitonion
/
num_enum
Apache License 2.0
264
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add a trait for `IntoPrimitive`
#156
jgcodes2020
opened
1 week ago
2
Prep for 0.7.3
#155
illicitonion
closed
3 months ago
0
Allow proc-macro-crate 3
#154
illicitonion
closed
3 months ago
0
Remove travis badge
#153
illicitonion
closed
3 months ago
0
Run metadata consistency checks in CI
#152
illicitonion
closed
3 months ago
0
Bump trybuild to 1.0.98, and MSRV to 1.70.0
#151
illicitonion
closed
3 months ago
0
fix: filter catch_all variant in EnumInfo methods
#150
duskmoon314
closed
3 months ago
4
catch_all generates compilation errors and incorrect discriminant when it is not the last variant
#149
oftheforest
closed
3 months ago
0
Could IntoPrimitive::into() be a const function?
#148
DavidAntliff
opened
5 months ago
1
feature: const variants of into, from, try_from, and default
#147
cosmicexplorer
opened
6 months ago
3
error: "unknown feature stdsimd" cause by the dependency of ahash when update rustc to 1.78.0-nightly
#146
wuanzhuan
closed
5 months ago
2
Fixed #144
#145
AlexSherbinin
closed
5 months ago
1
Bug: discriminant is marked as collided when using ranged alternatives with `default` or `catch_all` attributes.
#144
AlexSherbinin
closed
5 months ago
2
TryFromPrimitive should return an error on `default` and `catch_all`
#143
AlexSherbinin
opened
8 months ago
1
Support `IntoPrimitive` for non-unit enum
#142
Cryolitia
opened
8 months ago
0
Prep 0.7.2
#141
illicitonion
closed
10 months ago
0
Update proc-macro-crate
#140
westy92
closed
10 months ago
2
Can't use num_enum from a reexport use
#139
diondokter
closed
11 months ago
1
Missing tag for 0.7.1
#138
rdelfin
closed
12 months ago
2
ci: Update to `actions/checkout@v4`.
#137
waywardmonkeys
closed
1 year ago
1
Prep for 0.7.1
#136
illicitonion
closed
1 year ago
0
Update check-cfg flag
#135
illicitonion
closed
1 year ago
0
Update `proc-macro-crate` to 2.0, `cargo_toml` to 0.16, and MSRV to 1.66.1
#134
oeb25
closed
1 year ago
5
Upgrade to `proc-macro-crate 2`
#133
MarijnS95
closed
1 year ago
4
Adding `#[num_enum(catch_all)]` to an enum variant removes the enum's display name while debugging
#132
Sharpiro
opened
1 year ago
0
Provide AsRef<Primitive> implementation
#131
FreeMasen
opened
1 year ago
1
Problem with no_std
#130
vlabo
closed
1 year ago
1
Missing git tag for v0.7.0
#129
repi
closed
1 year ago
2
Constant should have UPPER_SNAKE_CASE name,
#128
l-7-l
closed
1 year ago
4
the trait `ToTokens` is not implemented for `VariantDefaultAttribute`
#127
idersan
closed
1 year ago
1
Prep for 0.7.0
#126
illicitonion
closed
1 year ago
0
Document custom error types in README
#125
illicitonion
closed
1 year ago
0
Update GitHub actions
#124
illicitonion
closed
1 year ago
0
Allow specifying custom error types for TryFrom implementations
#123
illicitonion
closed
1 year ago
0
rust-analyzer lint issue with derived macro code
#122
westy92
closed
1 year ago
6
Support custom error type for TryFromPrimitive
#121
qwandor
closed
1 year ago
4
TryFromPrimitiveError: Derive a bunch of traits
#120
illicitonion
closed
1 year ago
0
Add discriminant derive
#119
RReverser
opened
1 year ago
0
Release 0.6.1
#118
illicitonion
closed
1 year ago
0
Have a test per type
#117
illicitonion
closed
1 year ago
0
Fix is_naturally_exhaustive test for usize/isize.
#116
fshaked
closed
1 year ago
1
Specify MSRV, specify exact dep on derive crate
#115
illicitonion
closed
1 year ago
0
Reduce minimum syn version to 2
#114
illicitonion
closed
1 year ago
0
Update syn to v2
#113
CosmicHorrorDev
closed
1 year ago
1
UnsafeFromPrimitive ignores default/alternatives
#112
illicitonion
closed
1 year ago
1
Update num_enum_derive syn dependency to syn 2
#111
jtroo
closed
1 year ago
2
TryFromPrimitive ignores default attributes
#110
illicitonion
closed
1 year ago
0
Bump to 0.5.11
#109
illicitonion
closed
1 year ago
0
Update README with some recent features
#108
illicitonion
closed
1 year ago
0
Support specifying ranges of alternate values
#107
illicitonion
closed
1 year ago
1
Next