auto_unwrap 1.0.0

A small proc-macro that replaces instances of `?` with `.unwrap()`
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.syn]
version = "1.0"

[lib]
crate_type = ["proc-macro"]

[package]
authors = ["AspiringLich"]
description = "A small proc-macro that replaces instances of `?` with `.unwrap()`"
license = "MIT"
name = "auto_unwrap"
readme = "README.md"
version = "1.0.0"