[features]
cell = []
default = ["std", "cell"]
std = []
[package]
authors = ["Longor1996 <lalongok@gmail.com>"]
categories = ["no-std"]
description = "A 64-bit value, that is either a floating-point number (`f64`), or an arbitrary 52-bit integer."
edition = "2021"
homepage = "https://github.com/Longor1996/nanval"
keywords = ["nan", "nanbox", "tagged-enum", "pointers", "tagged-pointers"]
license = "MIT OR Apache-2.0"
name = "nanval"
readme = "README.md"
repository = "https://github.com/Longor1996/nanval"
version = "0.2.0"