lifetime_proc_macros_impl 0.1.0

Traits and derive macros to change the lifetime of a type, allowing efficient reuse of your stucts or enums with any lifetime requirement.
Documentation
1
2
3
4
5
6
7
8
#![forbid(unsafe_code)]

mod generics;
mod ident;
pub mod into_static;
mod modified_clone;
pub mod to_borrowed;
mod type_;