diff options
| author | sneurlax <sneurlax@gmail.com> | 2024-10-11 18:28:39 -0500 |
|---|---|---|
| committer | sneurlax <sneurlax@gmail.com> | 2024-10-11 18:28:39 -0500 |
| commit | 2bdb7f95729461c3fba2e0ae6595b636df4ccbe6 (patch) | |
| tree | f63e0a64c3de31d5eda1dfe314a04e15976bd073 /impls/monero.rs/README.md | |
| parent | 1e85affc00733189cf7462d921d75775269130a8 (diff) | |
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
Diffstat (limited to 'impls/monero.rs/README.md')
| -rw-r--r-- | impls/monero.rs/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
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/`). |
