wcampbell

Results 149 comments of wcampbell

Somewhat related, but not maintained: https://github.com/kjetilkjeka/uX

This was something I came across while playing around with risc-v. Either you parse as MSB, or have a `reverse` attribute for parsing fields from LSB reversed. I like the...

> @myrrlyn I went down the generic route, I put an example `ieee` to reflect the desired outcome: https://github.com/sharksforarms/deku/tree/bit_order > > `cargo run --example ieee` is this example working? it...

I would also like this feature for the same use case as above of needing an external library to compile my code.

- [ ] Add CI for testing/building - [ ] Test dump1090_rs and this library and make sure the linking works.

> I'm taking a stab at it. does `r ` as the toggle key work for you? Cool, I haven't put much thought, it would be cool. Sure.

See also? I haven't spun up rizin to investigate: https://github.com/bitvecto-rs/bitvec/issues/158

These are StreamStatusIndicators: https://github.com/pothosware/SoapySDR/wiki/StreamStatusIndicators. Thanks! I enjoyed writing it.

Yes, I've only seen `O` when running `dump1090_rs` in debug mode instead of release mode, but if you are doing that it's most likely network related.

If you do `cargo doc` for only the two structs building, you can analyze what functions are generated from deku. I modified the project structure for `doc`: ### src/main.rs ```...