Crates.io | yadi |
lib.rs | yadi |
version | 1.0.0-alpha.1 |
source | src |
created_at | 2023-07-16 00:19:49.660473 |
updated_at | 2023-07-16 01:45:56.167534 |
description | YaDI is yet another dependency injection framework for writing applications with the Rust programming language |
homepage | https://github.com/FilaCo/yadi |
repository | https://github.com/FilaCo/yadi |
max_upload_size | |
id | 917499 |
size | 18,835 |
Yet another dependency injection framework for writing applications with the Rust programming language. It is:
yadi
has to be considered as a DRAFT project. Its API is unstable, most features are not implemented.
Please DO NOT use it in your projects until v1.0.0 release.
Stay tuned!
yadi
is a dependency injection framework for writing applications with
the Rust programming language. At a high level, it provides a few major components:
These components are used to compose the framework for building a loose coupled and high cohesive application.
A basic application with yadi
More examples can be found here. For a larger "real world" example, see the flc repository.
Licensed under either of
at your option.
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.