Crates.io | auto-add-lifetimes-to-impl |
lib.rs | auto-add-lifetimes-to-impl |
version | 0.1.0 |
source | src |
created_at | 2021-12-08 17:43:11.675407 |
updated_at | 2021-12-08 17:43:11.675407 |
description | Automatically add lifetimes to impl given the trait, structure or any arguments have lifetime arguments. Mainly for use in macros |
homepage | |
repository | https://github.com/kaleidawave/auto-add-lifetimes-to-impl |
max_upload_size | |
id | 494627 |
size | 8,109 |
Automatically picks out lifetime arguments in impl
items and adds them as constraints. Mainly for use in macros
See examples/main.rs for use case