try-blocks 0.1.2

macro to emulate the upcoming `try` block feature on stable
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "try-blocks"

description = "macro to emulate the upcoming `try` block feature on stable"

version = "0.1.2"

edition = "2021"

authors = ["Mike Lubinets <lubinetsm@yandex.ru>", "JoJoJet <joe102000@gmail.com"]

license = "MIT"

repository = "https://github.com/JoJoJet/try-blocks"

keywords = ["try", "control-flow", "catch", "throw", "no_std"]



[dependencies]