issues
search
hecatia-elegua
/
bilge
Use bitsized types as if they were a feature of rust.
Apache License 2.0
173
stars
18
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
RUSTSEC-2024-0370 on proc-macro-error dep
#95
ckoehler
opened
2 weeks ago
0
no_std failed due to itertools
#94
wenxuanjun
opened
3 months ago
0
Add documentation to make clippy happy
#93
5aitama
opened
3 months ago
0
bilge generates false positive errors in rust_analyzer
#92
denniskempin
opened
4 months ago
4
How to implement selectable overlapping nested structs?
#91
DavidAntliff
opened
6 months ago
3
How to set the default value of a field? Or maybe a feature request for fixed-value fields?
#90
DavidAntliff
opened
6 months ago
6
Allow missing documentation on the autogenerated constructor
#89
agvallejo
closed
6 months ago
4
Add ability to fill fields from left-to-right instead
#88
kamakazikamikaze
opened
1 year ago
2
Provide proper errors
#87
apbr
opened
1 year ago
1
Add constant/magic value
#86
apbr
opened
1 year ago
2
Add formatting implementations for LowerHex and friends
#85
nimish
opened
1 year ago
1
Add `SerializeBits`/`DeserializeBits` derive macros
#84
widberg
closed
6 months ago
4
Remove proc-macro-error as an abandonware dependency
#83
johngigantic
opened
1 year ago
3
Add optional/don't care fields and builder pattern
#82
xgroleau
closed
1 year ago
3
Add field layout attr to manually specify bit range
#81
fubupc
closed
1 year ago
2
Tagged Union/Associated Data in enum support
#80
stevefan1999-personal
opened
1 year ago
3
Derive on structs with generics
#79
kitlith
opened
1 year ago
14
Constructors can have name clashes
#78
hecatia-elegua
opened
1 year ago
0
Fix errors when a generic type comes up during bitsize macro processing
#77
kitlith
closed
1 year ago
3
bitsize macro doesn't handle generic type that implements Bitsized correctly without manually including a turbofish
#76
kitlith
closed
1 year ago
0
make setters work with basic types
#75
kehrazy
opened
1 year ago
2
Add `SerializeBits` derive macro
#74
pizzart
opened
1 year ago
9
Ability to read from a bit-oriented stream (such as bitvec?)
#73
kitlith
closed
1 year ago
4
Add byte conversions
#72
hecatia-elegua
opened
1 year ago
6
Add signed number support
#71
hecatia-elegua
opened
1 year ago
0
implement Display on BitsError
#70
wooosh
closed
1 year ago
4
Add a method for getting the enum value by default
#69
hecatia-elegua
opened
1 year ago
0
Publish 0.2.0
#68
hecatia-elegua
closed
1 year ago
0
Modify and improve examples
#67
hecatia-elegua
opened
1 year ago
0
Add rustfmt.toml
#66
hecatia-elegua
closed
1 year ago
1
Actually test nightly
#65
hecatia-elegua
closed
1 year ago
0
Reject generic arguments in struct fields
#64
pickx
opened
1 year ago
3
non-`Copy` array elements error message
#63
pickx
opened
1 year ago
1
Show a better error on wrong struct size
#62
hecatia-elegua
opened
1 year ago
4
Add DefaultBits, overwriting Default to fix its semantics
#61
hecatia-elegua
closed
1 year ago
0
fix formatting with value fallback, add basic test
#60
pickx
closed
1 year ago
0
don't parse `bitsize_internal` in `#[derive(bitsize_internal)]`
#59
pickx
closed
1 year ago
0
refactor attribute splitting logic
#58
pickx
closed
1 year ago
0
validate macro input at entry point
#57
pickx
opened
1 year ago
4
Change error type
#56
hecatia-elegua
closed
1 year ago
0
Some quality of life improvements for contributors
#55
hecatia-elegua
closed
1 year ago
2
add trait Filled and remove const FILLED
#54
pickx
closed
1 year ago
1
Replace `const FILLED` with a marker trait
#53
pickx
closed
1 year ago
0
Move filled to Bitsized trait
#52
pickx
closed
1 year ago
0
Move `FILLED` to `Bitsized`
#51
pickx
closed
1 year ago
2
`#[derive(Default)` introduces unsoundness in structs
#50
pickx
closed
1 year ago
4
Change the return value of `TryFrom`?
#49
hecatia-elegua
closed
1 year ago
1
Add basic(-ally all) tests
#48
hecatia-elegua
closed
1 year ago
0
Add rustfmt.toml
#47
hecatia-elegua
closed
1 year ago
1
Implement Binary formatting
#46
pickx
closed
1 year ago
5
Next