vadorovsky / network-types

Rust structs representing network-related types (on Layer 2, 3 and 4)
https://crates.io/crates/network-types
MIT License
43 stars 13 forks source link

fix: fix endianess and add tests for the case #8

Closed belohnung closed 1 year ago

belohnung commented 1 year ago

This fixes endianess issues and adds tests for the setters and getters added in https://github.com/vadorovsky/network-types/pull/7.