[][src]Crate fungus

Modules

core
enc
errors
net
prelude

All essential symbols in a simple consumable way

sys

Macros

cfgblock

Provides the ability to define #[cfg] statements for multiple items

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.

function

Expands to a string literal of the current function's name similar to the venerable file! or line! https://github.com/rust-lang/rfcs/pull/1719.

Enums

FuError

Define common error wrapper type

Type Definitions

FuResult

Result<T> provides a simplified result type with a common error type