1 2 3 4 5 6
use pyo3::prelude::*; #[pymodule] pub fn redb(_py: Python, _m: &PyModule) -> PyResult<()> { Ok(()) }