error-code 2.3.1

Alternative Error for Rust
Documentation
[package]
name = "error-code"
version = "2.3.1"
authors = ["Douman <douman@gmx.se>"]
edition = "2018"
description = "Alternative Error for Rust"
license = "BSL-1.0"
repository = "https://github.com/DoumanAsh/error-code"
readme = "README.md"
include = [
    "**/*.rs",
    "Cargo.toml",
    "README.md"
]

[dependencies]
str-buf = "1"

[dependencies.libc]
version = "0.2"
default-features = false

[features]
std = []

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