versuch 0.1.0

Procedural macro polyfill for Ok-wrapping functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
description = "Procedural macro polyfill for Ok-wrapping functions"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "versuch"
repository = "https://github.com/matklad/versuch"
version = "0.1.0"