chainerror/Cargo.toml
Harald Hoyer a040044529 add more traits and macros
Namely:
* ChainErrorFrom
* IntoChainError
* minto_cherr!
* into_cherr!
* strerr!

Also make derive_str_cherr! struct public
2019-01-08 15:33:12 +01:00

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 = []