[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.smallvec]
features = ["serde"]
version = "1.15.1"
[[example]]
name = "pipeline"
path = "examples/pipeline.rs"
[[example]]
name = "validation_collect"
path = "examples/validation_collect.rs"
[lib]
name = "error_rail"
path = "src/lib.rs"
[package]
authors = ["jeong-il suk <wjddlf211@naver.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms"]
description = "ErrorRail is a Error Handling library for the Rust language."
edition = "2021"
keywords = ["error", "error-handling"]
license = "Apache-2.0"
name = "error-rail"
readme = "README.md"
repository = "https://github.com/but212/error-rail"
version = "0.1.0"
[package.metadata]
msrv = "1.68.0"
[[test]]
name = "mod"
path = "tests/mod.rs"