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
12
[dependencies]

[package]
authors = ["Mike Lubinets <lubinetsm@yandex.ru>", "JoJoJet <joe102000@gmail.com"]
description = "macro to emulate the upcoming `try` block feature on stable"
edition = "2021"
keywords = ["try", "control-flow", "catch", "throw", "no_std"]
license = "MIT"
name = "try-blocks"
repository = "https://github.com/JoJoJet/try-blocks"
resolver = "2"
version = "0.1.2"