docs: More samples.

Change-Id: Ibcab3b04ae1650cd213a5a0915b7c6056a6a6964
This commit is contained in:
puck 2025-11-24 18:37:10 +00:00
parent 8385c3ac9b
commit 3ee4d894f5
14 changed files with 552 additions and 0 deletions

7
examples/rust/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "zilch-pyo3-example"
version = "0.1.0"
edition = "2024"
[dependencies]
pyo3 = { version = "0.27.1", features = ["auto-initialize"] }