nanval 0.2.0

A 64-bit value, that is either a floating-point number (`f64`), or an arbitrary 52-bit integer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"