docs.rs failed to build supply-demand-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
supply-demand-0.0.1
supply-demand
A flexible, async-ready dependency injection and supply/demand orchestration library for Rust. Inspired by IoC/DI patterns, supports runtime-typed supplier registries and dynamic dependency graphs.
Features
- Register arbitrary async/sync suppliers by type key
- Type-erased registry for heterogeneous dependencies
- Local override and dynamic graph composition
async_traitsupport for ergonomic async/await suppliers
Example
use ;
use async_trait;
use HashMap;
use Arc;
// A supplier returning i32
;
async
Documentation
See full documentation at docs.rs/supply-demand.
License
Licensed under MIT license.