erratic 0.8.0

Handling errors in an efficient way.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "erratic"
version = "0.8.0"
edition = "2024"
rust-version = "1.95.0"
authors = ["Little Lan <lansyin@foxmail.com>"]
categories = ["rust-patterns"]
description = "Handling errors in an efficient way. "
keywords = ["error", "error-handling"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/lansyin/erratic"
repository = "https://github.com/lansyin/erratic"

[dependencies]