[][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.

Enums

FuError

Define common error wrapper type

Type Definitions

FuResult

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