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