Tag:Rust
All the articles with the tag "Rust".
在 Rust 里写解析器:Chumsky、Pest 以及其他选择
发布于对比 Chumsky 与 Pest 的设计理念与使用体验,并盘点 Rust 生态中常见的解析方案,帮助你为自己的语言、DSL 或工具链做出选型。
在 PyO3 里优雅地使用 `#[pyclass]` enum
发布于梳理 PyO3 中 `#[pyclass]` enum 的两种形态(简单枚举与复杂枚举)、在 Python 侧的行为,以及官方文档中特别提醒的 `Py::new` / `.into_pyobject()` 行为差异坑。