atomic_float 0.1.0

Floating point types which can be safely shared between threads
Documentation
[dependencies]

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

[package]
authors = ["Thom Chiovoloni <chiovolonit@gmail.com>"]
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 = "2018"
homepage = "https://github.com/thomcc/atomic_float"
keywords = ["atomic", "float", "atomicf32", "atomicf32"]
license = "Apache-2.0 OR MIT OR Zlib"
name = "atomic_float"
readme = "README.md"
repository = "https://github.com/thomcc/atomic_float"
version = "0.1.0"