chassis 0.2.0

Compile-time dependency injection framework
Documentation
1
2
3
4
5
6
7
8
error: Default implementation not allowed
  --> $DIR/comp_default_impl.rs:15:38
   |
15 |       fn resolve_dummy(&self) -> Dummy {
   |  ______________________________________^
16 | |         Dummy
17 | |     }
   | |_____^