Crates.io | unstorable |
lib.rs | unstorable |
version | 0.1.0 |
source | src |
created_at | 2021-06-24 21:42:06.801835 |
updated_at | 2021-06-24 21:42:06.801835 |
description | An interface for requiring that a type is only used on the current stack frame |
homepage | |
repository | https://github.com/tylerhawkes/unstorable |
max_upload_size | |
id | 414632 |
size | 7,829 |
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.