extend-lifetime 0.2.0

A slightly safer means to extend lifetime than calling std::mem::transmute directly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[badges.maintenance]
status = "actively-developed"

[package]
authors = ["Zac Burns <that3percent@gmail.com>"]
categories = []
description = "A slightly safer means to extend lifetime than calling std::mem::transmute directly"
edition = "2018"
homepage = "https://github.com/That3Percent/extend-lifetime"
keywords = ["unsafe", "lifetimes", "static"]
license = "MIT"
name = "extend-lifetime"
readme = "README.md"
repository = "https://github.com/That3Percent/extend-lifetime"
version = "0.2.0"