2 个版本
0.1.1 | 2020 年 3 月 24 日 |
---|---|
0.1.0 | 2020 年 2 月 16 日 |
#936 in Unix APIs
117 monthly downloads
在 2 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
~17K SLoC