issues
search
bincode-org
/
virtue
A sinless derive helper
MIT License
48
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump version to 0.0.18
#91
VictorKoenders
closed
1 day ago
0
Allow adding generics to `impl` and trait name
#90
branchseer
closed
1 day ago
1
`EnumValue` is exposed but not public
#89
NightEule5
opened
4 months ago
1
Released 0.0.17
#88
VictorKoenders
closed
4 months ago
0
Implement attributes for `GenStruct` and `GenEnum`
#87
NightEule5
closed
4 months ago
1
Enum variant fields are not allowed to be `pub`, so `EnumValue::add_pub_field` generates invalid Rust
#86
NightEule5
opened
5 months ago
0
Fixed a new clippy warning
#85
VictorKoenders
closed
5 months ago
0
Implement generic parameters for GenStruct and GenEnum
#84
NightEule5
closed
5 months ago
1
`GenStruct` and `GenEnum` are missing methods to add generic parameters to the struct/enum
#83
NightEule5
closed
5 months ago
0
Release 0.0.16
#82
VictorKoenders
closed
9 months ago
1
Struct generation improvements
#81
SlayerOfTheBad
closed
9 months ago
4
E5099 error in doc-tests when packaging in RPM
#80
aumars
closed
8 months ago
2
Missing feature to specify attributes on GenStruct
#79
mscofield0
closed
4 months ago
3
pub incorrectly consuming a field type
#78
VictorKoenders
closed
9 months ago
2
Empty r#type for `struct Test(pub [u8; 32])`
#77
coder0xff
closed
9 months ago
0
Implement trait generics on impl-for
#76
NightEule5
closed
12 months ago
2
Add FnSelfArg::MutTakeSelf
#75
NightEule5
closed
1 year ago
1
Mutable consuming self argument
#74
NightEule5
closed
1 year ago
1
Release 0.0.15
#73
VictorKoenders
closed
1 year ago
1
Fix wrong delimiter around attributes
#72
elichai
closed
1 year ago
1
Bump actions/checkout from 3 to 4
#71
dependabot[bot]
closed
1 year ago
1
Add generic argument to implemented trait?
#70
NightEule5
closed
12 months ago
2
Improved documentation of StreamBuilder::set_span_on_all_tokens
#69
VictorKoenders
closed
1 year ago
1
`generate_const` on generator and `ImplMod`
#68
VictorKoenders
opened
1 year ago
1
Made IdentOrIndex cloneable
#67
VictorKoenders
closed
1 year ago
1
Make `IndentOrIndex` clonable
#66
SlayerOfTheBad
closed
1 year ago
0
Release 0.0.14
#65
VictorKoenders
closed
1 year ago
0
Added ImplFor::new_lifetimes_depend_on_existing
#64
VictorKoenders
closed
1 year ago
1
Bump actions/upload-artifact from 1 to 3
#63
dependabot[bot]
closed
1 year ago
0
Bump actions/checkout from 1 to 3
#62
dependabot[bot]
closed
1 year ago
0
Update bitflags requirement from 1.3 to 2.3
#61
dependabot[bot]
closed
1 year ago
0
Bump codecov/codecov-action from 1 to 3
#60
dependabot[bot]
closed
1 year ago
0
Added dependabot, updated CI
#59
VictorKoenders
closed
1 year ago
0
Impl for other type
#58
VictorKoenders
closed
1 year ago
1
Improved the doctests
#57
VictorKoenders
closed
1 year ago
1
Fixed documentation
#56
VictorKoenders
closed
1 year ago
0
GenConst: moved into gen_const.rs
#55
wbcat
closed
1 year ago
4
How to generated associated pub constants for impl?
#54
wbcat
closed
1 year ago
1
Add `const` support to inherent `impl` and attr support generally
#53
Daniel-Aaron-Bloom
closed
1 year ago
4
feat: Enable multiple calls to `modify_generic_constraints`
#52
Daniel-Aaron-Bloom
closed
1 year ago
1
Update `impl_for_with_lifetimes` documentation
#51
VictorKoenders
closed
1 year ago
0
feat: make `ConstGeneric` fields public
#50
Daniel-Aaron-Bloom
closed
1 year ago
1
Treat empty struct fields differently to a unit
#49
mkj
closed
1 year ago
6
Release 0.0.13
#48
VictorKoenders
closed
1 year ago
0
Minor fixes for bincode bump
#47
VictorKoenders
closed
1 year ago
0
Release 0.0.12
#46
VictorKoenders
closed
1 year ago
1
Support parsing explicit discriminants on enums
#45
VictorKoenders
closed
1 year ago
1
Added a test to validate that trailing commas on `where` conditions are okay
#44
VictorKoenders
closed
1 year ago
1
Bumped edition to 2021
#43
VictorKoenders
closed
1 year ago
1
fix: typo
#42
Daniel-Aaron-Bloom
closed
1 year ago
2
Next