16 releases (9 breaking)

0.10.1 Nov 26, 2023
0.10.0 Sep 16, 2020
0.9.0 Mar 16, 2020
0.2.1 Dec 31, 2019

#81 in #injection

Download history 14/week @ 2023-12-18 2/week @ 2023-12-25 19/week @ 2024-01-08 3/week @ 2024-02-05 10/week @ 2024-02-12 19/week @ 2024-02-19 76/week @ 2024-02-26 39/week @ 2024-03-04 46/week @ 2024-03-11 21/week @ 2024-03-18 21/week @ 2024-03-25 162/week @ 2024-04-01

257 downloads per month
Used in 3 crates (via coi)

MIT/Apache

26KB
568 lines

coi-derive

Build Status docs.rs crates.io

Dependency Injection in Rust

This crate provides helper macros for the coi crate.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

SPDX-License-Identifier: MIT OR Apache-2.0


lib.rs:

Coi-derive simplifies implementing the traits provided in the coi crate.

Dependencies

~325–770KB
~19K SLoC