mentat/ffi
Emily Toop b4b558e196 Expose cache over the FFI.
This exposes an FFI function for each direction of caching, `Forward`, `Reverse` and `Both`. This is to make is as clear as possible to consumers which direction they are caching their attributes in. The original implementation exposed the `CacheDirection` enum over FFI and it made mistakes very easy to make. This is more explicit and therefore less prone to error.
2018-05-15 15:39:15 +01:00
..
src Expose cache over the FFI. 2018-05-15 15:39:15 +01:00
Cargo.toml iOS and Android (Java) sdk framework (#643) 2018-05-14 16:20:36 +01:00