auto-add-lifetimes-to-impl

Crates.ioauto-add-lifetimes-to-impl
lib.rsauto-add-lifetimes-to-impl
version0.1.0
sourcesrc
created_at2021-12-08 17:43:11.675407
updated_at2021-12-08 17:43:11.675407
descriptionAutomatically add lifetimes to impl given the trait, structure or any arguments have lifetime arguments. Mainly for use in macros
homepage
repositoryhttps://github.com/kaleidawave/auto-add-lifetimes-to-impl
max_upload_size
id494627
size8,109
Ben (kaleidawave)

documentation

README

Auto add lifetimes to impl

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

Commit count: 2

cargo fmt