Skip to content

Commit 0c75339

Browse files
committed
bindings: add examples for Rust bindings
Add native Rust implementations of zhypinfo and zname as an example for the usage of the bindings. Signed-off-by: Bjoern Walk <[email protected]>
1 parent df98da6 commit 0c75339

File tree

4 files changed

+464
-0
lines changed

4 files changed

+464
-0
lines changed

bindings/rust/Cargo.lock

Lines changed: 200 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/rust/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ serde_json = "1.0"
1616
package = "qclib-sys"
1717
path = "qclib-sys"
1818
version = "2"
19+
20+
[dev-dependencies]
21+
clap = { version = "4.5", features = ["derive"] }

0 commit comments

Comments
 (0)