clarax-ffi 1.0.1

CPython 3.11+ C-API bindings for the ClaraX ecosystem
Documentation
1
2
3
4
5
use crate::object::PyObject;

extern_libpython! {
    pub fn PyOS_FSPath(path: *mut PyObject) -> *mut PyObject;
}