[Rust] Split and rename embedded server components (#37220)

This commit is contained in:
Lianmin Zheng
2026-08-31 12:28:43 -07:00
committed by GitHub
parent cf51650335
commit 1da86b9801
41 changed files with 3409 additions and 3293 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ features = ["python", "parallel"]
# which renames the built artifact.
name = "sglang_mm_core"
# cdylib: the PyO3 module (`sglang.srt.rust_extensions._multimodal`).
# rlib: pure-Rust core linked by sglang-server's native MM path.
# rlib: pure-Rust core linked by sglang-server's Rust MM path.
crate-type = ["cdylib", "rlib"]
[features]