[go: up one dir, main page]

pyo3 0.18.3

Bindings to Python interpreter
Documentation
1
2
3
4
5
6
7
8
struct Blah;

#[pyo3::pyfunction]
fn blah() -> Blah{
    Blah
}

fn main(){}