solana-atomic-u64 2.1.2

Solana atomic u64 implementation. For internal use only.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "solana-atomic-u64"
description = "Solana atomic u64 implementation. For internal use only."
documentation = "https://docs.rs/solana-atomic-u64"
version = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
edition = { workspace = true }

[target.'cfg(not(target_pointer_width = "64"))'.dependencies]
parking_lot = { workspace = true }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]