sapling/eden/scm/lib/backingstore/c_api
Zeyi (Rice) Fan 854637e854 implement batch blob import for HgNativeBackingStore
Summary:
NOTE: This stack works together, they are separated for easier reviewing. Check D21723465 if you want to read this stack in one place.

This diff encapsulates the newly added batch blob import API in backingstore crate, and expose it to EdenFS. It converts incoming complex data structures down to primitive data types that can go through FFI boundary.

Reviewed By: xavierd

Differential Revision: D21697578

fbshipit-source-id: 8f5505ef4cab342dfa710798a04df4e0e94055d9
2020-06-10 19:29:25 -07:00
..
HgNativeBackingStore.cpp implement batch blob import for HgNativeBackingStore 2020-06-10 19:29:25 -07:00
HgNativeBackingStore.h implement batch blob import for HgNativeBackingStore 2020-06-10 19:29:25 -07:00
RustBackingStore.h implement batch blob fetching API in backingstore crate 2020-06-10 19:29:24 -07:00