eio 0.1.2

Read and write numbers in big-endian and little-endian.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "eio"
version = "0.1.2"
authors = ["Ross MacArthur <ross@macarthur.io>"]
edition = "2018"
description = "Read and write numbers in big-endian and little-endian."
readme = "README.md"
repository = "https://github.com/rossmacarthur/eio"
license = "MIT OR Apache-2.0"
keywords = ["byte", "endian", "big-endian", "little-endian", "binary"]
categories = ["encoding", "parsing", "network-programming"]

[features]
default = ["std"]
std = []