debug_err 0.1.0

A minimal error handling library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "debug_err"
version = "0.1.0"
edition = "2024"
description = "A minimal error handling library."
license = "MIT"
repository = "https://github.com/ericfindlay/debug_err"
keywords = ["error"]
authors = ["e.findlay@protonmail.com"]
readme = "README.md"

[dependencies]