issues
search
sharksforarms
/
deku
Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
Apache License 2.0
1.14k
stars
55
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Does Support Bit Stuffing or Byte Stuffing to Handle Stop Bit Conflicts?
#506
zhang-wenchao
opened
14 hours ago
1
Add link to no_std_io in docs
#505
wcampbell0x2a
opened
1 week ago
0
Fix doc formatting of DekuContainerRead::from_reader
#504
wcampbell0x2a
opened
1 week ago
0
Add field magic support
#503
wcampbell0x2a
opened
2 weeks ago
3
Seek first bytes lengths before seek bits for __deku_input
#502
wcampbell0x2a
closed
2 weeks ago
3
Sub type endian handling is counter-intuitive
#501
Jimmy-Z
opened
2 weeks ago
12
Offset in from_bytes() causes panic in reader.rs if the bytes are greater than 128
#500
Josteniok
closed
2 weeks ago
1
Add ByteSize impl for CString
#497
wcampbell0x2a
closed
2 weeks ago
2
ci: Update jetli/wasm-pack-action to 0.4.0
#496
wcampbell0x2a
closed
2 weeks ago
2
Mark auto derived functions
#495
wcampbell0x2a
closed
3 weeks ago
1
Documentation fix: rename type to id_type
#494
Pascal-So
closed
5 days ago
1
`from_bytes` not working for passing a ctx
#492
soumyasen1809
closed
3 weeks ago
0
Mark `#[automatically_derived]` for generated impls
#491
wcampbell0x2a
closed
3 weeks ago
0
Making ctx mutable provides more flexibility.
#490
linw1995
opened
1 month ago
0
Add tokenstream support for bytes attribute
#489
wcampbell0x2a
closed
1 month ago
1
Limiting the size of a compound structure / enum that can be browsed by the reader
#488
Nabellaleen
opened
1 month ago
3
Add NoSeek
#487
wcampbell0x2a
closed
3 weeks ago
6
Deserialization fails when using `bits = X` and `read_all` alongside `endian = "little"`
#485
bhagen55
opened
1 month ago
1
Update rstest requirement from 0.22.0 to 0.23.0
#484
dependabot[bot]
closed
3 weeks ago
1
Add bit_order attribute
#483
wcampbell0x2a
opened
1 month ago
8
Seek bits
#482
vhdirk
opened
1 month ago
2
Add count Vec<u8> Specializations
#481
wcampbell0x2a
closed
1 month ago
6
r0.18.1
#480
sharksforarms
closed
2 months ago
1
Fix bug with id_pat and read_bytes_const
#479
wcampbell0x2a
closed
2 months ago
5
Fix pad_* attributes in no_std
#478
wcampbell0x2a
closed
2 months ago
1
Release 0.18
#477
sharksforarms
closed
2 months ago
6
Add support for specifying the id's endianness
#476
wcampbell0x2a
closed
2 months ago
4
Qualify types in derive macros
#475
colinjneville
closed
2 months ago
0
Fix incorrect error spans
#474
wcampbell0x2a
closed
2 months ago
1
Fix ci trybuild
#473
wcampbell0x2a
closed
2 months ago
0
Support bool literal as enum id
#472
wcampbell0x2a
closed
2 months ago
4
Support `bool` type in `id` attribute in `Enum`
#471
wcampbell0x2a
closed
2 months ago
0
Variable length integer?
#469
yanshay
closed
2 months ago
0
Add bit_order attribute
#468
wcampbell0x2a
closed
1 month ago
8
Fix order of types in attribute_token_stream on latest stable
#467
wcampbell0x2a
closed
3 months ago
0
Fix invalid input bits into benchmarks
#466
wcampbell0x2a
closed
3 months ago
0
Update rstest requirement from 0.19.0 to 0.22.0
#465
dependabot[bot]
closed
3 months ago
1
Add core_in_error support
#464
stgraham2000
closed
3 months ago
2
Add support for error_in_core in a no_std environment
#463
stgraham2000
closed
3 months ago
1
Is there a faster way to read large Vec<u8>?
#462
MeguminSama
closed
1 month ago
6
Add to_slice
#461
wcampbell0x2a
closed
4 months ago
3
With no rest and input anymore: how to peek into the Reader? Or get total of whole input?
#460
peterdk
closed
1 month ago
2
Add `to_slice` for buffer reuse `DekuContainerWrite` trait
#459
amin-mir
closed
4 months ago
3
Add failure when writing less bits then set
#458
wcampbell0x2a
closed
4 months ago
0
Support for fallible use cases for mutating and serializing fields
#457
maxfierrog
closed
4 months ago
2
Reading from a tokio stream
#456
adamski234
opened
4 months ago
0
Restore v0.16.0 id_pat
#454
wcampbell0x2a
closed
2 months ago
7
Update rustc-hash requirement from 1.1.0 to 2.0.0
#453
dependabot[bot]
closed
3 months ago
1
Draft: Support arbitrary enum discriminant
#452
wcampbell0x2a
opened
5 months ago
3
Fix problem with clippy:manual_unwrap_or_default
#451
wcampbell0x2a
closed
5 months ago
1
Next