[package]
edition = "2024"
name = "fack-core"
version = "0.2.0"
authors = ["wafkse"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core trait definitions for fack error handling library"
homepage = "https://github.com/wafkse/fack"
documentation = "https://docs.rs/fack-core"
readme = "README.md"
keywords = [
"error",
"no-std",
"core",
]
categories = [
"no-std",
"rust-patterns",
]
license = "GPL-3.0"
repository = "https://github.com/wafkse/fack"
[lib]
name = "fack_core"
path = "src/lib.rs"
[dependencies]