Crates.io | async-injector-derive |
lib.rs | async-injector-derive |
version | 0.19.3 |
source | src |
created_at | 2019-07-30 18:14:03.500054 |
updated_at | 2023-12-06 14:27:18.831806 |
description | A derive to help construct dependent values in async-injector. |
homepage | https://github.com/udoprog/async-injector |
repository | https://github.com/udoprog/async-injector |
max_upload_size | |
id | 153014 |
size | 18,846 |
Macros for async-injector.
This provides the Provider derive, which can be used to automatically construct and inject dependencies. See its documentation for how to use.