aejenk / glitchup

A databender library/executable made in Rust.
Mozilla Public License 2.0
1 stars 0 forks source link

Set `memmap` as a dependency #1

Closed aejenk closed 5 years ago

aejenk commented 5 years ago

This involves adding memmap as a dependency to cargo.toml, and testing it.

This test could be done by creating a dummy text file, memory mapping it, modifying it, and checking whether the memory mapped file has been modified correctly.