injectable-rs 0.1.0

A compile-time dependency injection framework for Rust using extractor-based DI
Documentation
1
2
3
4
5
error: #[injectable] requires exactly one #[injectable(ctor)] method, but found multiple
  --> tests/ui/multiple_constructors.rs:22:12
   |
22 |     pub fn from_name(name: String) -> Self {
   |            ^^^^^^^^^