error-macro 0.1.1

error macro
Documentation
[package]
name = "error-macro"
version = "0.1.1"
authors = ["vkill <vkill.net@gmail.com>"]
edition = "2021"
description = "error macro"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bk-rs/std-utils"
homepage = "https://github.com/bk-rs/std-utils"
documentation = "https://docs.rs/error-macro"
keywords = []
categories = []
readme = "README.md"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["std"]
std = ["alloc"]
alloc = []

[dependencies]