array-bytes 2.0.1

array-bytes
Documentation
[package]
authors = ["Xavier Lau <xavier@inv.cafe>"]
categories = [
	"encoding",
	"no-std",
]
description = "array-bytes"
edition = "2021"
homepage = "https://array-bytes.hack.ink"
keywords = [
	"array",
	"hex",
	"no-std",
	"slice",
	"vec",
]
license = "GPL-3.0"
name = "array-bytes"
readme = "README.md"
repository = "https://github.com/hack-ink/array-bytes"
version = "2.0.1"

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
serde = { version = "1.0", optional = true, default-features = false }

[dev-dependencies]
serde      = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }