atomic_float 1.1.0

Floating point types which can be safely shared between threads
Documentation
[dependencies.serde]
default-features = false
optional = true
version = "1"

[dev-dependencies.serde_test]
default-features = false
version = "1"

[features]
atomic_f64 = []
default = ["atomic_f64"]

[lib]
name = "atomic_float"
path = "src/lib.rs"

[package]
authors = ["Thom Chiovoloni <chiovolonit@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["concurrency", "data-structures", "no-std", "rust-patterns"]
description = "Floating point types which can be safely shared between threads"
documentation = "https://docs.rs/atomic_float"
edition = "2021"
homepage = "https://github.com/thomcc/atomic_float"
keywords = ["atomic", "float", "atomicf32", "atomicf32"]
license = "Apache-2.0 OR MIT OR Unlicense"
name = "atomic_float"
readme = "README.md"
repository = "https://github.com/thomcc/atomic_float"
rust-version = "1.60.0"
version = "1.1.0"

[[test]]
name = "test"
path = "tests/test.rs"