[dependencies.paste]
version = "1.0.14"
[package]
authors = ["ICEFIR <icefir1996@gmail.com>"]
categories = ["rust-patterns"]
description = "a Rust crate designed for those who desire clear, explicit, and easy-to-use error creation and handling."
edition = "2021"
keywords = ["error", "error-handling", "macro"]
license = "MIT"
name = "error-ex"
readme = "README.md"
repository = "https://github.com/ICEFIR/error-ex"
rust-version = "1.56"
version = "0.1.3"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]