#big-endian #little-endian #byte #tokio #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

#1986 in Encoding

Download history 1/week @ 2023-12-11 5/week @ 2023-12-18 5/week @ 2023-12-25 5/week @ 2024-01-08 2/week @ 2024-02-05 9/week @ 2024-02-12 13/week @ 2024-02-19 43/week @ 2024-02-26 15/week @ 2024-03-04 17/week @ 2024-03-11 22/week @ 2024-03-18

98 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

~3.5MB
~54K SLoC