1 unstable release

Uses old Rust 2015

0.0.0 Jun 29, 2017

#17 in #copy-on-write

MIT license

2KB

barn

Provides space for Copy-On-Write structures, and other animals.

This is basically your normal Rust Heap, except that it is backed by a MemoryMap and made relocatable (by using relative offsets).


lib.rs:

Type safety

Type safety is ensured by storing all used types in the database.

No runtime deps