injectify 1.0.0

Utility library to use impl Trait in structs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Devin Sterling"]
name = "injectify"
description = "Utility library to use impl Trait in structs."
version = "1.0.0"
edition = "2021"
license = "MIT OR GPL-3.0"
repository = "https://github.com/DevinSterling/injectify"
keywords = ["macros", "trait"]

[workspace]
members = ["injectify_impl"]

[dependencies]
injectify_impl = "1.0.0"