2 个版本
0.3.1 | 2023 年 12 月 3 日 |
---|---|
0.3.0 | 2023 年 8 月 18 日 |
#405 in Unix API
每月 461 次下载
用于 5 crates
41KB
859 代码行(不含注释)
debcontrol
— 解析 Debian 控制文件
A Rust crate for parsing Debian control files.
用法
解析完整的控制文件
use debcontrol::{Paragraph, parse_str};
let paragraphs: Vec<Paragraph> = parse_str("
a-field: with a value
another-field: with a...
...continuation
# a comment
this-is: another paragraph
")?;
查看 文档 获取更多示例和参考文档。
开发
版本
- 在
Cargo.toml
中增加版本 - 将提交标记为
v<VERSION>
,例如v0.1.0
依赖
~1MB
~20K SLoC