Macros to make early returns easier to work with in Rust
Typed early returns and loop control + Syntax sugar for try!-like error handling
Early-return guard clause macros for cleaner control flow
[deprecated] Like try!, but for Option
newton prover aggregator utils
newton prover aggregator utils
Provides a ward! macro which returns the contents of an Option<T> and otherwise returns early, and a guard! macro, which does the same, but with a syntax more similar to Swift's guard syntax
A result-like struct that returns on Ok, instead of on Err when ? operator is used
Pure-Rust VP9 codec — orphan-rebuild scaffold pending clean-room re-implementation.
A modern Pascal compiler with build/intepreter/package manager built with Rust
A guard! macro inspired by the guard Alternative function from Haskell.
Convenient short-hand for returning early from `futures`-based functions