pyforge 0.3.0

High-performance Rust-Python bindings for Django 5.x — async-first, CPython 3.11+ only
Documentation
1
2
3
4
5
6
// Brings in `test_utils` from the `tests` directory
//
// to make that file function (lots of references to `pyforge` within it) need
// re-bind `crate` as pyforge
use crate as pyforge;
include!("../tests/test_utils/mod.rs");