Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-cavalcanti authored Oct 24, 2023
1 parent 2d93ab8 commit 0b493f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export RUST_LOG="trace"; cargo run --example=simple_test
## Porting C++ client to Rust client

The **RemoteAPIObjects.h** has 3750 lines of code, so to port all the
functions, I create a kind of [c_transpiler](c_transpiler/).
functions, I created a kind of [c_transpiler](c_transpiler/).

## diferences between C++ client and Rust client

Expand Down

0 comments on commit 0b493f5

Please sign in to comment.