An asynchronous library for reading and writing numbers in big-endian and little-endian byte order.
# Cargo.toml
[dependencies]
tokio-byteorder = "0.3.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Read a u32 asynchronously from a reader.
Ensure you are running within a Tokio runtime, e.g., #[tokio::main].
No dependency data recorded yet.