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
- Host: GitHub
- URL: https://github.com/irrustible/atomic_prim_traits
- Owner: irrustible
- License: mpl-2.0
- Created: 2020-07-17T14:25:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T15:40:34.000Z (over 1 year ago)
- Last Synced: 2025-04-18T11:19:52.929Z (9 days ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# atomic\_prim\_traits
[](https://github.com/irrustible/atomic_prim_traits/blob/main/LICENSE)
[](https://crates.io/crates/atomic_prim_traits)
[](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/.