erratic 0.13.0

Handling errors in an efficient way.
Documentation
[package]
name = "erratic"
version = "0.13.0"
edition = "2024"
rust-version = "1.96.0"
authors = ["Little Lan <lansyin@foxmail.com>"]
categories = ["rust-patterns", "no-std"]
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]

[features]
default = []
backtrace = []