Shiroki Satsuki
Shiroki Satsuki
@Yidadaa
@Yidadaa
> Can you confirm this is a valid work-around? > > ```rust > #[deku(skip, default = "content_id")] > content_id: u16, > ``` Yes, it works. :rofl: Pretty strange.
`browser.h` 的内容 ```objc #import #import @class BrowserApplication, BrowserWindow, BrowserTab; @protocol BrowserGenericMethods /// All below is Chromium-Only - (void) close; /// Close - (void) select; /// Select the tab. - (void)...
@Yidadaa 我开了一个让 action 构建 universal binary 的 PR #3711
ffmpeg的一个组件,Windows版貌似不自带要另外下载
Actually the protocol definition is available on GitHub: https://github.com/Livox-SDK/Livox-SDK/wiki/Livox-SDK-Communication-Protocol#21-frame-format My current code is like this: ```rust #[deku_derive(DekuRead, DekuWrite)] #[derive(Debug)] #[deku(magic = b"\xAA")] pub struct DekuControlFrame { // /// Starting Byte,...
Well, I want to hide the checksum or make it unchangeable (by using `()` unit type as field type) to point out that checksum should be automatically generated, while making...
Wow, thanks for the amazing job! It works just like how I imagined. By the way, is it possible to make context parameter `temp`able too? If so, I can make...
Hello, I wonder if [sharksforarms/temp-write](https://github.com/sharksforarms/deku/tree/sharksforarms/temp-write) is going to be merged to main?