injectable-rs 0.1.0

A compile-time dependency injection framework for Rust using extractor-based DI
Documentation
1
2
3
4
5
6
7
8
//! Unit-level tests for injectable.
//!
//! These tests exercise individual features in isolation with minimal
//! dependencies (no network, no database, no Axum).

mod container_methods;
mod factory_ctx;
mod generic_types;