forgotten 1.2.0

globally and safely persist a value, implemented with ManuallyDrop
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.num]
optional = true
version = "0.4.0"

[features]
custom = ["num"]

[package]
authors = ["Equal Ma <equalma@outlook.com>"]
categories = ["caching", "memory-management"]
description = "globally and safely persist a value, implemented with ManuallyDrop"
edition = "2018"
homepage = "https://github.com/EqualMa/forgotten"
keywords = ["forget", "persist"]
license = "MIT"
name = "forgotten"
repository = "https://github.com/EqualMa/forgotten"
version = "1.2.0"