An open API service indexing awesome lists of open source software.

https://github.com/marwes/nanbox

A rust crate which implements nanboxing
https://github.com/marwes/nanbox

nanbox rust

Last synced: 4 months ago
JSON representation

A rust crate which implements nanboxing

Awesome Lists containing this project

README

          

# Nanbox
[![Docs](https://docs.rs/nanbox/badge.svg)](https://docs.rs/nanbox)

A Rust crate which defines a macro which generates a safe* [nanboxed type][].

\* Some invariants need to be checked manually when defining your type. The crate is currently alpha quality so expect bugs.

[nanboxed type]:https://wingolog.org/archives/2011/05/18/value-representation-in-javascript-implementations