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
- Host: GitHub
- URL: https://github.com/marwes/nanbox
- Owner: Marwes
- Created: 2017-03-12T13:14:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T10:50:32.000Z (over 8 years ago)
- Last Synced: 2025-03-18T03:51:20.818Z (over 1 year ago)
- Topics: nanbox, rust
- Language: Rust
- Size: 11.7 KB
- Stars: 21
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nanbox
[](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