sapling/lib/bookmarkstore
Jun Wu 1348cf45f5 indexedlog: make fields in IndexDef private
Summary:
Change fields in IndexDef to private. Provide a public constructor method and
switch users to use that instead. This makes it possible to change the IndexDef
struct in the future (ex. having extra optional fields about whether the index
is backed by radix tree or something different).

Differential Revision: D14608955

fbshipit-source-id: 62a413268d97ba96b2c4efd2ce67cd4fa0ff4293
2019-03-26 21:19:46 -07:00
..
src indexedlog: make fields in IndexDef private 2019-03-26 21:19:46 -07:00
Cargo.toml bookmark: Turn BookmarkStore into indexed-log backed 2018-11-28 10:21:26 -08:00