-
Using non-adjacent fields to determine and then read enum types per https://github.com/sharksforarms/deku/blob/master/examples/enums.rs appears to get convoluted when endianness and identifiers are in…
-
From Discord:
It seems like, on the check tracker, at some point the Deku Theater checks reset back to the unchecked state. I tried them both again to make sure I did them, and I have, but the trac…
-
I'm trying to use Deku on ESP32 no-std, and it doesn't compile. (on std it does work fine)
I added it as instructed to Cargo.toml as
`deku = { version = "0.16", default-features = false, features…
-
Would it be possible to make `Deku-SMS-Android` start even if it is not set to the default SMS application?
Is there a reason, why `Deku-SMS-Android` must be set to the default SMS application?Some…
sphh updated
9 months ago
-
Given the recent addition of `seek_from_*`, I was wondering if there are plans to add `seek_bits_from_*`, too.?
I have this weird protocol that looks somewhat like this:
```
struct Operation {
…
-
## Sound effects playing with wrong pitch/modulation
- Deku Link jumping/falling in water
- Goron Link rolling sound
- Damaging Cursed Man in Swamp Spider House
- Chuchu respawning/hopping sounds
…
-
I wanted to write a [IEEE 802.11 frame](https://en.wikipedia.org/wiki/IEEE_802.11#Layer_2_%E2%80%93_Datagrams) parser, and I found that the bit order is not matched. So I have to define fields in reve…
-
-
i.e.
For,
```rust
Diagnostics:
1. the trait bound `std::vec::Vec: deku::DekuRead` is not satisfied
the following implementations were found:
required by `deku::DekuRead::read`
…
-
This code compiles fine but when you try to call `from_bytes` it always has a runtime error `Parse("error parsing int: out of range integral type conversion attempted")`
```rust
#[derive(DekuRead, D…