xwytools 0.1.0

A tool lib for myself
Documentation
1
2
3
pub fn override_lifetime<'a, 'b, T>(x: &'a T) -> &'b T {
    unsafe { std::mem::transmute(x) }
}