errorstack 0.0.1

A derive-based typed error system with first-class error stack building.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "errorstack"
description = "A derive-based typed error system with first-class error stack building."
documentation = "https://docs.rs/errorstack"
readme = "../README.md"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
errorstack-derive = { version = "0.0.1", path = "../errorstack-derive" }

[dev-dependencies]
thiserror = "2"
trybuild = "1"