[go: up one dir, main page]

adhocerr 0.1.1

A library for the construction of efficient single use static/dynamic error types per callsite.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]
[dev-dependencies.anyhow]
version = "1.0.26"

[package]
authors = ["Jane Lusby <jlusby@yaah.dev>"]
description = "A library for the construction of efficient single use static/dynamic error types per callsite.\n"
documentation = "https://docs.rs/adhocerr"
edition = "2018"
homepage = "https://github.com/yaahc/adhocerr"
keywords = ["error"]
license = "MIT OR Apache-2.0"
name = "adhocerr"
readme = "README.md"
repository = "https://github.com/yaahc/adhocerr"
version = "0.1.1"