feat: add initial Python module integration with pyo3
This commit is contained in:
parent
57ec32312c
commit
c516e65a74
1
src/lib.rs
Normal file
1
src/lib.rs
Normal file
@ -0,0 +1 @@
|
||||
mod py_module;
|
||||
4
src/py_module.rs
Normal file
4
src/py_module.rs
Normal file
@ -0,0 +1,4 @@
|
||||
use pyo3::prelude::*;
|
||||
|
||||
#[pymodule(gil_used = false)]
|
||||
mod _httpx {}
|
||||
Loading…
Reference in New Issue
Block a user