zcash-android-wallet-sdk/sdk-lib/src/main/rust
Carter Jernigan 38df994bfc [#971] Rust backend refactoring
This is an initial step before moving the Rust backend into a separate Gradle module

- Use primitive values for the Rust backend interface. This will allow the backend to be moved into a new Gradle module in the future, without needing to access the model objects of the SDK
 - Add extension functions to the Backend to replace the existing usage of more strongly typed objects.  The extension functions can continue to live in the sdk-lib even after refactoring the Rust backend
 - Add new decorator that can eventually replace using the Rust backend within the SDK
2023-04-11 06:43:18 -04:00
..
utils rust: Cache span names as `CString`s 2022-12-15 16:22:36 -05:00
lib.rs [#971] Rust backend refactoring 2023-04-11 06:43:18 -04:00
local_rpc_types.rs [#255] Refactor Gradle Modules 2021-08-31 14:53:25 -04:00
utils.rs Create Android trace events (if available) from tracing spans 2022-11-29 19:20:24 +00:00