fundle 0.3.0

Compile-time safe dependency injection for Rust.
Documentation
1
2
3
4
5
error: fundle::bundle only supports structs with named fields
 --> tests/proc/bundle_tupled.rs:5:1
  |
5 | struct Foo(u8);
  | ^^^^^^^^^^^^^^^