Crate blockz

Source
Expand description

Blockz is an opinionated library that aims to make it a pleasure to develop networked applications in Rust.

Check the documentation of each module for more information and examples.

Modules§

configurationconfiguration
Support for common configuration behaviour and loading them from various sources.
prelude
Blockz prelude - useful re-exports.
singletonsingleton
Support for singletons.

Attribute Macros§

singleton_fn
Modify a method on a type that implements the Singleton trait.

Derive Macros§

Configuration
Derive the Configuration trait.
Singleton
Derive the Singleton trait.