This package browser is in early development. Mind the rough edges.

rust-atomic 0.5.1

Generic `Atomic<T>' wrapper type

This package provides a generic Atomic<T> type for all T: Copy types, unlike the standard library which only provides a few fixed atomic types.

Installation

Install rust-atomic 0.5.1 as follows:

guix install rust-atomic@0.5.1

Or install the latest version:

guix install rust-atomic

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.