[go: up one dir, main page]

Documentation
[features]
std = []

[lib]
name = "error_code"
path = "src/lib.rs"

[package]
authors = ["Douman <douman@gmx.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Error code"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md", "LICENSE"]
license = "BSL-1.0"
name = "error-code"
readme = "README.md"
repository = "https://github.com/DoumanAsh/error-code"
version = "3.3.2"

[package.metadata.docs.rs]
features = ["std"]

[[test]]
name = "error_code"
path = "tests/error_code.rs"