ystero-dev / scalpel

Packet Dissection and sculpting in Rust
Other
3 stars 6 forks source link

Fixed Cargo.toml to publish to `crates.io` #12

Closed gabhijit closed 2 years ago

gabhijit commented 2 years ago

Renamed the Layer method from_bytes to decode_bytes to get rid of the clippy warnings. Also, removed unused a couple of unused clippy args.