steloc 0.2.0

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

#[derive(Dependency)]
struct Unit;

#[test]
fn test() {}