Docs.rs
dependency-injector-1.0.0
dependency-injector 1.0.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
quinnjr
Dependencies
ahash ^0.8
normal
boomphf ^0.6
normal
optional
dashmap ^6
normal
dependency-injector-derive ^0.1.0
normal
optional
dhat ^0.3
normal
optional
once_cell ^1.19
normal
thiserror ^2.0
normal
tokio ^1.0
normal
optional
tracing ^0.1
normal
optional
tracing-subscriber ^0.3
normal
optional
cargo-husky ^1
dev
criterion ^0.8.0
dev
ferrous-di ^0.2
dev
shaku ^0.6
dev
tokio ^1.0
dev
Versions
93.04%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Provider
dependency_
injector
1.0.0
Provider
Implementors
In crate dependency_
injector
dependency_injector
Trait
Provider
Copy item path
Source
pub trait Provider:
Injectable
{ }
Expand description
Backward compatibility alias
Implementors
§
Source
§
impl<T:
Injectable
>
Provider
for T