feat: add Rust acceleration for core parsing

This commit is contained in:
jxxghp
2026-05-22 19:58:04 +08:00
parent 7daeb17d85
commit bd4d493f34
28 changed files with 5012 additions and 77 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "moviepilot-rust"
version = "0.1.0"
edition = "2021"
[lib]
name = "moviepilot_rust"
crate-type = ["cdylib"]
[dependencies]
once_cell = "1.20"
percent-encoding = "2.3"
pyo3 = { version = "0.23", features = ["abi3-py311", "extension-module"] }
regex = "1.11"
scraper = "0.24"
url = "2.5"