Skip to content

Commit

Permalink
fixup! wip: Update deku
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Dec 16, 2023
1 parent 4820914 commit e9ec578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libadsb_deku/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ struct and then executing the `fmt::Display` Trait for display of information.
```rust
use hexlit::hex;
use adsb_deku::Frame;
use adsb_deku::deku::DekuContainerRead;

let bytes = hex!("8da2c1bd587ba2adb31799cb802b");
let frame = Frame::from_reader(bytes.as_ref()).unwrap();
Expand Down

0 comments on commit e9ec578

Please sign in to comment.