four-cc 0.4.0

Newtype wrapper providing a convenient representation of four-character-code values
Documentation
[dependencies.schemars]
optional = true
version = "0.8.8"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.zerocopy]
optional = true
version = "0.7.0"
[dev-dependencies.serde_test]
version = "1.0"

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

[package]
authors = ["David Holroyd <dave@badgers-in-foil.co.uk>"]
description = "Newtype wrapper providing a convenient representation of four-character-code values"
edition = "2021"
license = "MIT/Apache-2.0"
name = "four-cc"
readme = "README.md"
repository = "https://github.com/dholroyd/four-cc"
version = "0.4.0"