rust: Add a `stateroot()` alias in the Rust bindings
authorColin Walters <walters@verbum.org>
Thu, 9 Nov 2023 19:53:53 +0000 (14:53 -0500)
committerColin Walters <walters@verbum.org>
Thu, 9 Nov 2023 20:02:27 +0000 (15:02 -0500)
commit3535b58f7ac2fb2910cb32e9d653cc80f8a5bd64
tree728ee91ad5b39415f43f1f5e8fc9f8ae3e4be826
parent2c774deb064478086c8753f3426f9badf155d9a6
rust: Add a `stateroot()` alias in the Rust bindings

Easy to do here, super annoying in C.
rust-bindings/src/deployment.rs [new file with mode: 0644]
rust-bindings/src/lib.rs