core-error 0.0.0

std::error::Error for libcore
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "core-error"
description = "std::error::Error for libcore"
readme = "README.md"
license = "MIT OR Apache-2.0"
version = "0.0.0"
authors = ["roblabla <unfiltered@roblab.la>"]
build = "build.rs"

[build-dependencies]
version_check = "0.9"

[features]
default = ["std"]
alloc = []
std = []