issues
search
dzamlo
/
rust-bitfield
This crate provides macros to generate bitfield-like struct.
Apache License 2.0
157
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
bitfield 0.16.2 is incompatible with bitfield 0.16.1
#50
xobs
closed
2 months ago
2
bitfield 0.16.1
#49
dzamlo
closed
2 months ago
0
Allow creating bitfield structs with arbitrary visibilities
#48
ADSteele916
closed
2 months ago
1
Support for `try_into` instead of `into`
#47
andreasWallnerIFX
opened
4 months ago
0
Implement Bitwise Operations for All Array-Like Types
#46
PokeJofeJr4th
closed
4 months ago
0
Generate Constructors
#45
PokeJofeJr4th
closed
4 months ago
4
Easily Derive Bitwise Operations
#44
PokeJofeJr4th
closed
4 months ago
5
Feature Request: Derive Bitwise Operators
#43
PokeJofeJr4th
closed
4 months ago
2
Fix error in README
#42
zhongyi51
closed
5 months ago
1
`const fn` getters
#41
Apanatshka
opened
7 months ago
2
Fix typo causing expansion fail
#40
sosthene-nitrokey
closed
7 months ago
0
Add bitmask generation
#39
sosthene-nitrokey
closed
8 months ago
5
Generate masks for the fields
#38
sosthene-nitrokey
closed
8 months ago
3
Feature request: Right-padded fields
#37
mumblingdrunkard
opened
11 months ago
0
Feature request: Fields constructed of multiple ranges of bits
#36
mumblingdrunkard
opened
11 months ago
4
attempt to shift right with overflow'
#35
brandonros
closed
1 year ago
1
Support `defmt`
#34
dzamlo
opened
1 year ago
3
Is there any difference between master and tagged version?
#33
gotoco
closed
2 years ago
6
How to properly embedded bitfield structure inside other one?
#32
gotoco
closed
2 years ago
0
Trying to use it for my library but cannot compile.
#31
gotoco
closed
2 years ago
2
feature: API to set a range of bits using offset and length
#30
rnestler
opened
4 years ago
3
Requires AsMut and AsRef with buffers > 32 bytes
#29
ctron
closed
4 years ago
2
Unable to "Debug" for types that are backed by an array >32bytes
#28
ctron
closed
4 years ago
5
Please document the `index: usize` and `value: $from` arguments that getters and setters require
#27
kennystrawnmusic
closed
4 years ago
4
Fix bitfield positions
#26
arkivm
closed
4 years ago
1
Update bit fields
#25
arkivm
closed
4 years ago
0
About endianness
#24
hug-dev
closed
4 years ago
2
Make getters work with immutable Data
#23
mlr-msft
closed
4 years ago
1
`into` should affect the setter
#22
dzamlo
opened
5 years ago
0
Add from support for the setters
#21
roblabla
closed
5 years ago
5
Use the :vis fragment specifier
#20
dzamlo
opened
6 years ago
3
Add local_inner_macros to all macro_exports
#19
cramertj
closed
6 years ago
4
bitfield should create constructor methods
#18
asomers
closed
4 months ago
3
Document attributes
#17
asomers
opened
6 years ago
4
Add design notes
#16
asomers
opened
6 years ago
1
Add an option to no create the new type
#15
dzamlo
opened
6 years ago
0
Add something more generic than into
#14
dzamlo
opened
6 years ago
0
Fix docuementation
#13
dzamlo
closed
6 years ago
0
no default BitRange should also apply to the slice form version
#12
dzamlo
closed
6 years ago
0
move all newtype generations to `bitfield! ` and replace `bitfield_struct!` by `bitfield_bitrange!`
#11
dzamlo
closed
6 years ago
0
The inner of the newtype is alway public
#10
ithinuel
opened
6 years ago
1
Better documentation about the Bit trait
#9
dzamlo
opened
6 years ago
0
Add a Changelog
#8
dzamlo
closed
5 years ago
0
Add `Into` support for booleans
#7
ithinuel
opened
6 years ago
0
Check if https://github.com/rust-lang/rust/pull/42913 allows some simplification
#6
dzamlo
opened
6 years ago
0
Support pub(restricted)
#5
dzamlo
closed
2 months ago
0
Add `u128`/`i128` support
#4
dzamlo
closed
6 years ago
0
Add an option to opt-out from default `BitRange` implementation on "newtype"
#3
ithinuel
closed
6 years ago
7
small documentation improvement
#2
PSeitz
closed
6 years ago
1
Doesn't support signed fields
#1
L-as
closed
7 years ago
2
Next