volatile icon indicating copy to clipboard operation
volatile copied to clipboard

Results 2 volatile issues
Sort by recently updated
recently updated
newest added

This crate could be generalized by abstracting `VolatileRef` and `VolatilePtr` over the set of memory access operations to be used. The core idea of declaring a region of memory to...

Some people expressed interest in a volatile `Cell`-like type that owns the value, similar to the [`v0.3` interface of this crate](https://docs.rs/volatile/0.3.0/volatile/struct.Volatile.html). I think that such a type would be a...