mentat/src
Emily Toop 9f30fe6295 Create Mentat FFI and expose observers (#574)
* Tidy up and add txid at beginning of transaction

* Add ffi crate and new_store function

* Add register and unregister observer FFI, Store and Conn functions.
Also add android logging facilities

* Add function for fetching entids for attribute strings

* Add functions for iterating through TxReports

* Add sync to ffi boundary

* Move Extern types from submodule to lib in FFI.
For some reason, if these types are in a submodule, even if they are publically used, the functions inside the FFI are not found in
Android. Works for iOS though. To be investigated later....

* Return to passing TxReports to observer function.
Also, remove some debug

* Expose DateTime and Utc publically

* Use Store in observer tests
2018-03-20 19:16:32 +00:00
..
conn.rs Create Mentat FFI and expose observers (#574) 2018-03-20 19:16:32 +00:00
entity_builder.rs Add retract_kw 2018-02-15 18:47:58 +00:00
errors.rs Add InProgress.import to load transaction data from a file. r=emily 2018-03-06 08:59:30 -08:00
ident.rs Read EDN keywords and symbols as rich types. Fixes #154. r=nalexander 2017-01-12 09:09:48 -08:00
lib.rs Create Mentat FFI and expose observers (#574) 2018-03-20 19:16:32 +00:00
query.rs Update cache on write. (#566) r=emily 2018-03-06 09:01:20 -08:00
vocabulary.rs Define Store, use TabWriter in the CLI for aligning columnar output. (#540) r=emily 2018-02-01 09:29:07 -08:00