teloc 0.2.0

Simple, compile-time DI framework for Rust
Documentation
1
2
3
4
5
6
7
use teloc::Dependency;

#[derive(Dependency)]
struct Unit;

#[test]
fn test() {}