docs: More samples.
Change-Id: Ibcab3b04ae1650cd213a5a0915b7c6056a6a6964
This commit is contained in:
parent
8385c3ac9b
commit
3ee4d894f5
14 changed files with 552 additions and 0 deletions
7
examples/rust/Cargo.toml
Normal file
7
examples/rust/Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue