libutils-issue 0.1.6

A easy-to-use customizable error type
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "libutils-issue"
description = "A easy-to-use customizable error type"
version = "0.1.6"
edition.workspace = true
rust-version.workspace = true
categories = ["data-structures", "no-std::no-alloc", "rust-patterns", "value-formatting", "development-tools::debugging"]
keywords = ["issue", "error", "cli"]
homepage.workspace = true
repository.workspace = true
license.workspace = true
authors.workspace = true

[lib]
path = "./mod.rs"

[dependencies]