simple_endian 0.1.7

A create for defining endianness within your data structures, to make handling portable data structures simpler.
Documentation
[package]

name = "simple_endian"

version = "0.1.7"

authors = ["Rex Lunae <rexlunae@gmail.com>"]

edition = "2018"

license = "MIT"

description = "A create for defining endianness within your data structures, to make handling portable data structures simpler."

repository = "https://github.com/rexlunae/simple-endian-rs"

keywords = ["endian", "byteorder", "big-endian", "little-endian"]

documentation = "https://docs.rs/simple_endian/"

homepage = "https://github.com/rexlunae/simple-endian-rs"

readme = "README.md"



[dependencies]



[dev-dependencies]

memmap = "0.7"