1 unstable release
0.1.0 | May 23, 2019 |
---|
#26 in #explicit
Used in heaparray
25KB
812 lines
atomic-types
Adding explicit type system support for atomic counterparts to primitive types.
lib.rs
:
Simple crate that adds an AtomicallySized
trait and an associated trait called
Atomic<T>
that makes generic containers accross atomic types easier to implement.