Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
add section on Rust bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 16, 2024
1 parent fea7cb2 commit 3feb3c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,13 @@ cd bindings/go
# Copy in the devcontainer the libcore_wrapper.so to this folder
export LD_LIBRARY_PATH=/workspaces/cpp-sample-bindings/bindings/go/libcore_wrapper.so:$LD_LIBRARY_PATH
go run main.go
```

#### Rust

Run (does not consider a shared library from compiled C++ source code):

```sh
cd bindings/rust
cargo run
```

0 comments on commit 3feb3c6

Please sign in to comment.