no_error_macro 0.0.1

a macro returning errors for no_std
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.proc-macro-hack]
version = "0.5"

[lib]
proc-macro = true

[package]
authors = ["Richard Anaya"]
description = "a macro returning errors for no_std"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "no_error_macro"
repository = "https://github.com/richardanaya/no_error/"
version = "0.0.1"