#big-endian #little-endian #tokio #byte #endian

tokio-futures-byteorder

Asynchronous library for reading/writing numbers in big-endian and little-endian

1 unstable release

0.2.0 Jan 29, 2021

#26 in #big-endian

Download history 13/week @ 2024-08-26 4/week @ 2024-09-16 23/week @ 2024-09-23 19/week @ 2024-09-30 4/week @ 2024-10-21 4/week @ 2024-11-04 6/week @ 2024-11-18 9/week @ 2024-11-25 31/week @ 2024-12-02 19/week @ 2024-12-09

65 downloads per month

Unlicense OR MIT

46KB
340 lines

Crates.io Documentation Build Status Codecov Dependency status

This crate provides convenience methods for encoding and decoding numbers in either big-endian or little-endian order on top of asynchronous I/O streams. It owes everything to the magnificent byteorder crate. This crate only provides a shim to AsyncRead and AsyncWrite.

Dependencies

~4MB
~56K SLoC