issues
search
Robbepop
/
modular-bitfield
Macro to generate bitfields for structs that allow for modular use of enums.
Apache License 2.0
160
stars
42
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is this crate maintained?
#106
droundy
opened
6 months ago
1
Feature Request: Ability to specify default value for field
#105
ohunter
opened
7 months ago
0
#[bitfield] on empty struct causes compilation error
#104
chabapok
opened
10 months ago
0
Improvements to generated docs
#103
00xc
closed
2 days ago
3
Support for `to_u32()` conversion to `u32` and similar
#102
hacknus
opened
1 year ago
0
Fix semantic error in into_bytes() doc-comment.
#101
SebastianJL
closed
2 days ago
1
fix warning: unnecessary trailing semicolon for bytes=
#100
corecode
closed
1 year ago
1
[Feature Request] Better Note for (Size % 8)
#99
JiveyGuy
opened
1 year ago
0
How to implement signed 10 bit number?
#98
JiveyGuy
closed
1 year ago
8
const fn support for getters (and setters if possible)
#97
griffi-gh
opened
1 year ago
1
[impl] Add allow(dead_code) to generated methods
#96
LDVSOFT
opened
1 year ago
0
use SPDX license format
#95
nilfit
closed
2 days ago
0
`#[non_exhaustive]` enum support
#94
ollie-etl
opened
1 year ago
9
[impl] remove extra semicolon in bytes check
#93
LDVSOFT
closed
1 year ago
3
Support for byte arrays
#92
chemicstry
opened
1 year ago
0
Close backticks in primitive-types example
#91
jruderman
closed
2 days ago
0
Support for customizable endian (big/little/native)
#90
vhdirk
opened
1 year ago
0
[Question] Polymorphic bitfileds
#89
akprasad
opened
2 years ago
1
Ignore unused struct methods
#88
vext01
closed
1 year ago
3
Generic structs not supported
#87
ISSOtm
opened
2 years ago
7
#[repr(...)] for unfilled bitfields?
#86
bluecube
opened
2 years ago
0
Question: Array of bitfields
#85
MikeColeGuru
opened
2 years ago
1
Update to edition 2021, lint fixes, and other general code improvements
#84
VisualEhrmanntraut
closed
1 year ago
6
Silence dead code warnings
#83
ogiekako
closed
2 years ago
0
Feature request: Allow naming fields "Bytes"
#82
paul1999
opened
2 years ago
1
Support rust union structs
#81
MarcelCoding
opened
2 years ago
1
Help: CheckFillsUnalignedBits unsatisfied
#80
vadixidav
closed
2 years ago
2
`with_*` methods should have `#[must_use]` annotation
#79
ketsuban
opened
2 years ago
2
Bitfields with algebraic data types
#78
danielkeller
opened
3 years ago
1
Into<uN> and TryFrom<uN> for uN bitfields
#77
ryankurte
closed
3 years ago
2
Feature request: Array support
#76
VisualEhrmanntraut
opened
3 years ago
3
Add #[allow(clippy::identity_op)] for From impls
#75
dimpolo
opened
3 years ago
0
Implement serde derives replacement
#74
jam1garner
opened
3 years ago
2
Disjoint Fields
#73
cujomalainey
closed
3 years ago
1
Atomics support
#72
playXE
opened
3 years ago
0
Get reference and mutable reference to bytes
#71
Ace314159
opened
3 years ago
1
Complex enums
#70
ethindp
opened
3 years ago
3
Add ::BITS or ::BYTES constant for generated structs
#69
bramp
opened
3 years ago
0
Removes the unused braces warning in the autogenerated From implementations.
#68
diseraluca
opened
3 years ago
4
Add initial support for setting endian with BitfieldSpecifier.
#67
bramp
opened
3 years ago
4
Remove the unnecessary braces around From implementations.
#66
diseraluca
opened
3 years ago
1
Add attributes for ignore new(), into_bytes(), from_bytes() functions
#65
chabapok
opened
3 years ago
8
Variable bitfield sizes in structs
#64
mthom
opened
3 years ago
2
Implement `AsRef` and `AsMut` instances for `repr(uN)` bitfields
#63
ollie-etl
opened
3 years ago
2
Clippy warns about "the operation is ineffective" and unable to set `#[allow(...)]`
#62
TheAifam5
opened
3 years ago
1
Curiosity about complex structures
#61
ethindp
closed
3 years ago
6
Is it possible to make a bitfield for an array of derived BitfieldSpecifiers?
#60
koenichiwa
closed
3 years ago
3
Silence "associated function is never used" warnings?
#59
Skirmisher
closed
3 years ago
2
fixup! [impl] silence most repetitive dead_code warnings
#58
lkolbly
closed
3 years ago
4
Getting a reference to sub-struct
#57
dali99
opened
3 years ago
2
Next