overflow-error 0.4.1

Common overflow error types
Documentation
[package]
name = "overflow-error"
version = "0.4.1"
authors = ["Clar Charr <clar@charr.xyz>"]
description = "Common overflow error types"
documentation = "https://docs.rs/overflow-error"
homepage = "https://git.charr.xyz/staging/overflow-error"
repository = "https://git.charr.xyz/staging/overflow-error"
readme = "README.md"
keywords = ["error", "overflow"]
categories = ["no-std", "rust-patterns"]
license = "CC0-1.0"

[badges.maintenance]
status = "actively-developed"

[dependencies]
failure = { version = "0.1.1", default-features = false }

[features]
default = ["std"]
std = ["failure/std"]