Skip to content
Dependency injection container for Rust
Rust
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
examples Rename hello world to bridge. Jul 10, 2016
src Add test for multiple threads. Jun 28, 2016
.gitignore Shared dependencies. Jun 27, 2016
.travis.yml Prepare for travis action. Dec 29, 2014
Cargo.toml Get rid of logging. Jun 28, 2016
LICENSE-APACHE Fix license, closes #2. Mar 26, 2016
LICENSE-MIT Fix license, closes #2. Mar 26, 2016
README.md

README.md

Rust DI

Ownership-driven Dependency Injection for Rust.

Build Status

Refactoring DI into more rusty ownership-driven architecture.

Documentation

Usage

This library is being refactored.

Put this in your Cargo.toml:

[dependencies]
di = "*"

And this in your crate root:

extern crate di;

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

You can’t perform that action at this time.