mirror of
https://github.com/haraldh/chainerror.git
synced 2025-01-31 00:56:41 +01:00
a040044529
Namely: * ChainErrorFrom * IntoChainError * minto_cherr! * into_cherr! * strerr! Also make derive_str_cherr! struct public
21 lines
560 B
TOML
21 lines
560 B
TOML
[package]
|
|
name = "chainerror"
|
|
version = "0.3.0"
|
|
authors = ["Harald Hoyer <harald@redhat.com>"]
|
|
edition = "2018"
|
|
license = "MIT/Apache-2.0"
|
|
documentation = "https://docs.rs/chainerror"
|
|
homepage = "https://haraldh.github.io/chainerror/"
|
|
repository = "https://github.com/haraldh/chainerror"
|
|
description = "Make chaining errors easy."
|
|
keywords = ["error"]
|
|
categories = ["rust-patterns"]
|
|
readme = "README.md"
|
|
exclude = [ "booksrc/*", "book.toml", "theme/*", "git-deploy-branch.sh" ]
|
|
|
|
[features]
|
|
default = [ ]
|
|
no-fileline = []
|
|
display-cause = []
|
|
no-debug-cause = []
|