pyforge-ffi 0.1.0

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

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