We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d03fe5 commit 15782b7Copy full SHA for 15782b7
examples/rust_with_cffi/Cargo.toml
@@ -10,3 +10,4 @@ pyo3 = { version = "0.19.2", features = ["extension-module"] }
10
[lib]
11
name = "rust_with_cffi"
12
crate-type = ["cdylib"]
13
+path = "rust/lib.rs"
examples/rust_with_cffi/src/lib.rs renamed to examples/rust_with_cffi/rust/lib.rs
0 commit comments