-
debugless-unwrap
Unwrap Result<!Debug, !Debug> and Option<!Debug>
-
debug_unsafe
Uses
debug-assertionsas a switch of safe/unsafe behaviour -
meticulous
Result extension to add more meaning to unwrapping
-
is_your_code_rusty
一个用于分析 Rust 代码质量的命令行工具,可从复杂度、命名规范、错误处理、代码重复率和注释质量五个维度评估代码质量,并给出综合评分和评级,输出markdown文件…
-
unwrap_unreachable
Option::unreachable()andResult::unreachable()methods -
unwrap
An unwrap! and an unwrap_err! macro
-
info_utils
displaying Options, Results, and logging in a pleasant manner
-
safe_unwrap
allows unwrapping and annotating that the unwrap will never fail. Does not require
std. -
unwrap_or
Four easy unwrap Result and Option macros that allow for any inline-scoped code for things like return, continue, and break
-
kix
A result type for testing that supports to eliminate using of Result::unwrap
-
try_utils
The try! macro descends into an enum variant. It's more flexible than ? and unwrap(), and it works with your enum, too!
-
unsafe_unwrap
Unsafely unwrap Result and Option types without checking
-
debug_unwraps
Extension traits for debug only checked unwrapping
-
unwrap_to
macro to unwrap enums
-
xatlas-rs-v2
Rust wrapper for the xatlas library
-
no-unwrap
-
unwrap_helpers
Helper macros for unwrapping
-
unwrap_let
macro for quickly unwrapping a refutable pattern
-
maflow
Flow macros: basically unwrap for return, continue and break
-
inner
The inner! macro descends into an enum variant. It's more flexible than try!() and unwrap(), and it works with your enum, too!
-
unwrap_todo
Option::todo and Result::todo methods
-
unwrap_goto
unwrap Option an Result or goto
return/cotinue/breakas you want -
unwrap_or_do
Unwrap the Result or do an expression followed by returning the result
-
unchecked_unwrap
Adds an unchecked version of
unwrap()andexpect()to Option and Result -
unwrap-sugar
Just a simple sugar for unwrapable expressions
-
xatlas-rs
Rust wrapper for the xatlas library
-
oi-unwrap
unwrap without unwrap
-
unbox-box
“Wait why did I put a
*in front of that variable yesterday?” - Ifvaris a Box, usevar.unbox_ref()instead of&*varfor better readability -
loop_unwrap
macros for unwrapping in loops
-
unwrap_return
A set of macros for returns and breaks in the None and Err cases
-
unwrap_all
Unpack multiple levels of
Result<T, E>andOption<T>at once -
someok
A tiny crate that wraps [Result] and [Option] while we wait for
try_trait_v2to stabilize -
expect_macro
The expect! macro
-
yolo
Rusts .yolo()
-
pretty-sure
Like
.unwrap()or.or_else()for arbitrary patterns -
unwrap-match
A macro that generalizes unwrap to arbitrary patterns, panincking the pattern does not match
-
boxing-day
Unwrap a Box in festive fashion, only on boxing day!
-
matux
Generic unwrap/expect for Rust pattern matching
-
rusting
weird alternative to unwrap/expect
-
auto_unwrap
A small proc-macro that replaces instances of
?with.unwrap() -
pest-typed-tree
Generates typed tree, based on grammar, allowing reduce .unwrap() count :)
-
attempted
Wrap a function with 'unwrap or return'
-
its_ok
A macro for replacing ? with unwrap
-
unwrap_helpers_proc_macros
Process macro for unwrap_helpers
Try searching with DuckDuckGo.