py-rs 0.1.1

generate python bindings from rust types
Documentation
1
2
3
4
5
6
#![allow(dead_code)]

#[derive(py_rs::PY)]
struct Test<T> {
    field: T,
}