lifetime 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
#[cfg(feature = "macros")]
mod derive_to_borrowed_tests;

#[cfg(feature = "macros")]
mod derive_into_static_tests;