auto_unwrap 1.1.0

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

[lib]
proc-macro = true

[package]
authors = ["AspiringLich"]
description = "A small proc-macro that replaces instances of `?` with `.unwrap()`"
keywords = ["unwrap", "macro", "proc-macro"]
license = "MIT"
name = "auto_unwrap"
readme = "README.md"
repository = "https://github.com/aspiringLich/auto_unwrap"
version = "1.1.0"