[][src]Module fungus::core

Modules

macros

Structs

Defer

Traits

IteratorExt

Iterator adaptors to simplify some operations

OptionExt
StringExt
ToStringExt

Functions

assert_iter_eq

Assert that the elements of the given iterables are equal and Panics when when not.

defer

Ensure the given closure is executed once the surrounding scope closes despite panics. Inspired by Golang's defer, Java's finally and Ruby's ensure.