#data #no-std #config

no-std unstorable

An interface for requiring that a type is only used on the current stack frame

1 unstable release

0.1.0 Jun 24, 2021

#508 in #data-structures

MIT/Apache

8KB
149 lines

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.

No runtime deps