3 个不稳定版本
0.2.1 | 2024年1月30日 |
---|---|
0.2.0 | 2024年1月28日 |
0.1.0 | 2024年1月28日 |
#686 in #bindings
28 下载量/月
13KB
189 代码行数(不包括注释)
Rust 到 libeditorconfig 的绑定
此crate提供了一个安全的Rust包装器,用于原生libeditorconfig
C库,使用editorconfig-sys
FFI绑定。
依赖
此crate使用editorconfig-sys
,目前需要您安装libeditorconfig
。有关更多信息,请参阅editorconfig-sys README。
安装
将其添加到您的Cargo.toml
[dependencies]
editorconfig-rs = "0.2.1"
用法
示例可以在tests中找到。
依赖
~0–1.9MB
~37K SLoC