sapling/eden/scm/lib/indexedlog
Jun Wu 03baa31789 indexedlog: switch from bytes to minibytes
Summary:
This makes it possible to use `Bytes` for mmap buffers.

The changes are because `minibytes::Bytes` does not implement `From<&[u8]>`
with the intention to make slice copy explicit.

Reviewed By: xavierd

Differential Revision: D19818719

fbshipit-source-id: c34ee451bfd2dc7bcbbcebd52a76444b6c236849
2020-02-12 13:57:37 -08:00
..
benches indexedlog: fix benchmarks 2020-01-08 18:11:37 -08:00
src indexedlog: switch from bytes to minibytes 2020-02-12 13:57:37 -08:00
tests indexedlog: switch from bytes to minibytes 2020-02-12 13:57:37 -08:00
Cargo.toml indexedlog: switch from bytes to minibytes 2020-02-12 13:57:37 -08:00