forgotten 1.1.0

globally and safely persist a value, implemented with ManuallyDrop
Documentation
# forgotten

[![Crates.io](https://img.shields.io/crates/v/forgotten?style=for-the-badge)](https://crates.io/crates/forgotten)
[![docs.rs](https://img.shields.io/docsrs/forgotten/latest?style=for-the-badge)](https://docs.rs/forgotten)
[![GitHub license](https://img.shields.io/github/license/EqualMa/forgotten?style=for-the-badge)](https://github.com/EqualMa/forgotten/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/EqualMa/forgotten?style=for-the-badge)](https://github.com/EqualMa/forgotten/stargazers)

Globally and safely persist a value, implemented with `ManuallyDrop`.

# Install

`Cargo.toml`

```toml
forgotten = "1"
```

# Docs

Please see [docs.rs](https://docs.rs/forgotten)