scrub 0.1.0

Remove span information to improve error messages
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[lib]
proc-macro = true

[package]
authors = ["Kyuuhachi <caagr98@gmail.com>"]
categories = ["development-tools"]
description = "Remove span information to improve error messages"
edition = "2021"
keywords = ["macros"]
license = "MIT OR Apache-2.0"
name = "scrub"
readme = "README.md"
repository = "https://github.com/Kyuuhachi/scrub"
version = "0.1.0"