endiantype 0.1.3

endiantype is an no-std, endian-aware implementation of primitive types like u8, u16, etc.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

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

[package]
authors = ["John Lu luhy2017@mail.sustech.edu.cn"]
categories = ["no-std"]
description = "endiantype is an no-std, endian-aware implementation of primitive types like u8, u16, etc."
documentation = "https://docs.rs/endiantype"
edition = "2018"
keywords = ["endian", "nostd", "byteorder", "embedded", "types"]
license = "MIT"
name = "endiantype"
repository = "https://github.com/jwnhy/endiantype"
version = "0.1.3"