four-char-code 2.1.0

A string of 4 ascii chars represented by an u32
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[features]
default = ["std"]
std = []

[package]
authors = ["shurizzle <shura1991@gmail.com>"]
description = "A string of 4 ascii chars represented by an u32"
documentation = "https://docs.rs/four-char-code"
edition = "2018"
homepage = "https://github.com/shurizzle/rust-four-char-code"
license = "MIT"
name = "four-char-code"
readme = "README.md"
repository = "https://github.com/shurizzle/rust-four-char-code"
version = "2.1.0"

[package.metadata]
msrv = "1.57.0"