tear 0.5.1

Typed early returns and loop control + Syntax sugar for try!-like error handling
Documentation
1
2
3
4
5
6
7
use tear::twist;

fn bad_expression() {
	twist! { -label 'a | let }
}

fn main () {}