Skip to content

Commit

Permalink
link from docs to example
Browse files Browse the repository at this point in the history
  • Loading branch information
yshekel committed Oct 20, 2024
1 parent 1dcab4b commit f43155f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/icicle/rust-bindings/merkle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Merkle Tree API Documentation (Rust)

This is the Rust version of the **Merkle Tree API Documentation** ([C++ documentation](../primitives/merkle.md)). It mirrors the structure and functionality of the C++ version, providing equivalent APIs in Rust.
For more details please check the [C++ page](../primitives/merkle.md).
For more detailed explanations, refer to the [C++ documentation](../primitives/merkle.md).

To see a complete implementation, visit the [Hash and Merkle example](https://github.com/ingonyama-zk/icicle/tree/main/examples/rust/hash-and-merkle) for a full example.

## Tree Structure and Configuration in Rust

Expand Down

0 comments on commit f43155f

Please sign in to comment.