drission 0.1.1

Rust 浏览器自动化库:反检测(Camoufox/Firefox)+ 内置验证码 OCR 与图片滑块缺口距离识别 + 高并发爬虫 / XHR 监听拦截 / 自动过盾,DrissionPage 风格 API。Browser automation in Rust with anti-detect, built-in captcha OCR and slider-gap solving, async high-concurrency crawling.
1
2
3
4
[toolchain]
# 开发/CI 统一用 stable;MSRV(最低支持版本)单独由 Cargo.toml 的 rust-version 声明(1.85,edition 2024)。
channel = "stable"
components = ["rustfmt", "clippy"]