# nan-tag [![Crates.io](https://img.shields.io/crates/v/nan-tag.svg)](https://crates.io/crates/nan-tag) [![MIT License](https://img.shields.io/github/license/MWPuppire/nan-tag.svg)](https://github.com/MWPuppire/nan-tag/blob/main/LICENSE) A library for [NaN-tagged pointers](https://wingolog.org/archives/2011/05/18/value-representation-in-javascript-implementations) in Rust. The library supports both borrowed and owned pointers (using `Box`). ## License The code is released under the MIT license.