An open API service indexing awesome lists of open source software.

https://github.com/irrustible/atomic_prim_traits

Atomic primitive integer traits
https://github.com/irrustible/atomic_prim_traits

Last synced: 6 days ago
JSON representation

Atomic primitive integer traits

Awesome Lists containing this project

README

        

# atomic\_prim\_traits

[![License](https://img.shields.io/crates/l/atomic_prim_traits.svg)](https://github.com/irrustible/atomic_prim_traits/blob/main/LICENSE)
[![Package](https://img.shields.io/crates/v/atomic_prim_traits.svg)](https://crates.io/crates/atomic_prim_traits)
[![Documentation](https://docs.rs/atomic_prim_traits/badge.svg)](https://docs.rs/atomic_prim_traits)

Traits over atomic primitive integer types.

## Notes

* Enable feature `nightly` to get `min`, `max`, `fetch_update` and
`as_mut_ptr` when you have a nightly compiler available.

## Copyright and License

Copyright (c) 2020 James Laver, atomic_prim_traits contributors.

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.