fack 0.1.2

Declarative error handling library with no_std support and composable code generation
Documentation
[dependencies.fack-core]
version = "0.1.2"

[dependencies.fack-macro]
version = "0.1.2"

[lib]
name = "fack"
path = "src/lib.rs"

[package]
authors = ["wafkse"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers", "no-std", "rust-patterns"]
description = "Declarative error handling library with no_std support and composable code generation"
documentation = "https://docs.rs/fack"
edition = "2024"
homepage = "https://github.com/wafkse/fack"
keywords = ["error", "derive", "no-std", "macro", "declarative"]
license = "GPL-3.0"
name = "fack"
readme = "README.md"
repository = "https://github.com/wafkse/fack"
version = "0.1.2"