unstorable

Crates.iounstorable
lib.rsunstorable
version0.1.0
sourcesrc
created_at2021-06-24 21:42:06.801835
updated_at2021-06-24 21:42:06.801835
descriptionAn interface for requiring that a type is only used on the current stack frame
homepage
repositoryhttps://github.com/tylerhawkes/unstorable
max_upload_size
id414632
size7,829
Tyler Hawkes (tylerhawkes)

documentation

https://docs.rs/unstorable

README

Unstorable

A rust crate to turn references into something that is unstorable. Mainly useful as a helper to ensure that config values that can change at runtime are always read and never stored.

Commit count: 1

cargo fmt