[go: up one dir, main page]

endi 1.1.0

A simple endian-handling library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[features]
default = ["std"]
std = []

[package]
authors = ["Zeeshan Ali Khan <zeenix@gmail.com>"]
categories = ["encoding", "parsing", "no-std"]
description = "A simple endian-handling library"
edition = "2021"
keywords = ["byte", "endian", "big-endian", "little-endian", "endianness"]
license = "MIT"
name = "endi"
readme = "README.md"
repository = "https://github.com/zeenix/endi"
rust-version = "1.60"
version = "1.1.0"