nanval 0.1.0

A NaN-tagged value using a 64-bit floating-point number (`f64`) as base, with a 16-bit tag and 32-bit payload.
Documentation
1
2
3
4
5
6
7
8
9
10
# nanval


[![Crates.io](https://img.shields.io/crates/v/nanval?style=flat)](https://crates.io/crates/nanval)
[![Docs.rs](https://docs.rs/nanval/badge.svg)](https://docs.rs/nanval)
[![GitHub](https://img.shields.io/github/languages/top/Longor1996/nanval)](https://github.com/Longor1996/nanval)
[![LOC](https://tokei.rs/b1/github/Longor1996/nanval)](https://github.com/Longor1996/nanval)

A `no_std`, zero-dependency crate for the creation and handling of NaN-tagged values.

Inspired by [this article](https://sean.cm/a/nan-boxing) and [this crate](https://github.com/Marwes/nanbox)