[dependencies.four-char-code-macros-impl]
version = "1"
[dependencies.proc-macro-hack]
version = "0.5"
[features]
default = ["std"]
std = []
[package]
authors = ["shurizzle <shura1991@gmail.com>"]
description = "A string of 4 ascii chars represented by an u32"
edition = "2018"
homepage = "https://github.com/shurizzle/rust-four-char-code/tree/v1"
license = "MIT"
name = "four-char-code"
readme = "README.md"
repository = "https://github.com/shurizzle/rust-four-char-code/tree/v1"
version = "1.1.0"
[package.metadata]
msrv = "1.32.0"