PD Rust LB (PO2) (#6437)

Co-authored-by: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com>
This commit is contained in:
Liangsheng Yin
2025-05-29 20:50:10 +08:00
committed by GitHub
parent 1dc6864f17
commit 78689d3393
17 changed files with 1017 additions and 42 deletions

14
sgl-pdlb/pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[build-system]
requires = ["maturin>=1.8.0"]
build-backend = "maturin"
[project]
name = "sgl_pdlb"
version = "0.0.1"
[tool.maturin]
python-source = "py_src"
module-name = "sgl_pdlb._rust"
[tool.maturin.build-backend]
features = ["pyo3/extension-module"]