A Rust crate offering utilities for swapping the byte-order of in-memory types.
The user will likely find this crate most useful and appropriate when the following conditions are met:
- The data being operated on is trivially loadable into memory.
- The data being operated on does not have a byte-order that can be known at compile-time.
If any of the previously mentioned conditions are not met, then the user will likely find using this crate to feel clunky.
If the user feels this crate is inappropriate, then they might consider the following alternatives: