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
error: Missing `|` separator after labels in `twist! -label` macro invocation. Add labels, or use `twist!` without `-label`.
 --> $DIR/missing_labels.rs:4:2
  |
4 |     twist! { -label JUST_BREAK }
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)