tokio-byteorder 0.2.0

Asynchronous library for reading/writing numbers in big-endian and little-endian.
Documentation
[badges.azure-devops]
build = "12"
pipeline = "tokio-byteorder"
project = "jonhoo/jonhoo"

[badges.codecov]
branch = "master"
repository = "jonhoo/tokio-byteorder"
service = "github"
[dependencies.byteorder]
version = "1.3.2"

[dependencies.tokio]
features = ["io-util"]
version = "0.2"
[dev-dependencies.tokio]
features = ["full", "macros"]
version = "0.2"

[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
categories = ["encoding", "parsing", "asynchronous"]
description = "Asynchronous library for reading/writing numbers in big-endian and little-endian."
edition = "2018"
keywords = ["byte", "endian", "big-endian", "little-endian", "tokio"]
license = "Unlicense OR MIT"
name = "tokio-byteorder"
readme = "README.md"
repository = "https://github.com/jonhoo/tokio-byteorder"
version = "0.2.0"