-
- [x] I have checked the known issues and searched Github to ensure this issue has not already been reported.
- [x] This is not a feature request, I know those belong on Discord/Github Discussions.
…
-
![Screenshot](https://github.com/user-attachments/assets/cb3c9982-74cd-4347-842c-f488b7370bb0)
@mikesol I saw You was interested in nativescript
BTW, just to give more ideas
There existed h…
-
5 kits at any time with Absurd. In stock.
Make a list of more products
-
First of all, thank you for this work.
Example A: if we specify endian only on the Main type, doesn't compile
```rust
use deku::prelude::*;
#[derive(DekuRead, DekuWrite)]
struct Sub {
}
#…
-
- [x] #20
- [x] #21
- [x] #22
- [ ] #24
- [ ] Swamp Scrub leaving cutscene
- [ ] Astronomer's Telescope
- [ ] Great Fairy of Magic
- [ ] Great Fairy of Wisdom
- [ ] Rosa Sisters
- [ ] Saving …
-
My input data is quite complex, but always has a format where structures are preceded by a byte giving the length of the structure to come.
Within a compound structure, the last fields are sometime…
-
Hello!
I ran into a strange issue when trying to use `read_all`. When the struct also contains a specifically sized field using ex `#[deku(bits = 40)]`, deserialization always fails with `Incomplete(…
-
As mentioned in #2 , I'm working on a pretty elaborate binary protocol. It's been on a bit of a backburner for a while but recentlyI've been able to allocate some time for this again. And I've hit a b…
-
Played with Enimes souls and Ocarina buttons randomized and found everything (including both Deku Stick upgrades) but never got the second Deku Nut one. Please fix this bug! There's only about 5 check…
-
Sort-of related to #174, but more general.
I'm looking into converting RustPython's bytecode format to use deku over bincode (https://github.com/RustPython/RustPython/issues/2362#issuecomment-85774…