alef 0.25.37

Opinionated polyglot binding generator for Rust libraries
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(clippy::too_many_arguments, clippy::unused_async)]

use pyo3::prelude::*;
use pyo3::types::{PyList, PyTuple, PyString};
use std::sync::Arc;
use serde_json;
use std::future::Future;
use std::pin::Pin;
use axum::http::Request;
use axum::body::Body;