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§
- configuration
configuration
- Support for common configuration behaviour and loading them from various sources.
- prelude
- Blockz prelude - useful re-exports.
- singleton
singleton
- 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.