fack-core 0.2.0

Core trait definitions for fack error handling library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fack-core"
version = "0.2.0"
edition = "2024"
authors = ["wafkse"]
description = "Core trait definitions for fack error handling library"
license = "GPL-3.0"
repository = "https://github.com/wafkse/fack"
homepage = "https://github.com/wafkse/fack"
documentation = "https://docs.rs/fack-core"
keywords = ["error", "no-std", "core"]
categories = ["no-std", "rust-patterns"]
readme = "../README.md"

[dependencies]