* update nightly to 2019-05-01 * cargo fmt * cargo fmt * increase bench timeout
* use bincode for SSTable serialization; add tests * Fix bug uncovered in merge algorithm by unit tests * use bincode in write-ahead-log serialization * Add helper `Fill` trait for zeroing buffers
* extract kvstore into new crate * add kvstore crate to CI publishing list