err_code 0.1.0

This is a crate that sets error codes for program errors, and has the ease of use of alerts, and has very good compatibility with this error
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "err_code"
version = "0.1.0"
edition = "2021"
authors = ["alain"]
description = "This is a crate that sets error codes for program errors, and has the ease of use of alerts, and has very good compatibility with this error"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ChainThemAll/err_code"

[lib]
proc-macro = true