provide 0.0.1

Truly zero cost dependency injection
Documentation
1
2
3
4
5
6
//! Types of context used to represent different ways to provide some dependency.
//!
//! See [crate] documentation for more.

/// Context which represents no meaningful context.
pub type Empty = ();