From 2bdb7f95729461c3fba2e0ae6595b636df4ccbe6 Mon Sep 17 00:00:00 2001 From: sneurlax Date: Fri, 11 Oct 2024 18:28:39 -0500 Subject: support loading lib from /lib or same dir as bin and resolve 2 clippy issues need to test on other platforms gestured-towards here in lib.rs --- impls/monero.rs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'impls/monero.rs/README.md') diff --git a/impls/monero.rs/README.md b/impls/monero.rs/README.md index fbac577..422f7b9 100644 --- a/impls/monero.rs/README.md +++ b/impls/monero.rs/README.md @@ -42,5 +42,5 @@ cargo run ``` ## Using `monero_rust` in your own crate -Refer to the `example` folder. `libwallet2_api_c.so` must be in the same -directory as the binary (*eg.* at `example/target/debug/libwallet2_api_c.so`). +Refer to the `example` folder. `libwallet2_api_c.so` must be in `lib/` or in +the same directory as the binary (*eg.* in `example/target/debug/`). -- cgit v1.2.3