nanoval 0.3.1

A nan-tagged value for representing f64, i32, u32, booleans, null and arbitrary pointers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "nanoval"

version = "0.3.1"

edition = "2021"

description = "A nan-tagged value for representing f64, i32, u32, booleans, null and arbitrary pointers."

license = "MIT"

repository = "https://github.com/phkeese/nanoval"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]