| Crates.io | editorconfig-rs |
| lib.rs | editorconfig-rs |
| version | 0.2.3 |
| created_at | 2024-01-28 00:40:26.523968+00 |
| updated_at | 2025-02-11 21:57:39.647824+00 |
| description | Rust bindings to libeditorconfig using editorconfig-sys |
| homepage | https://github.com/toblux/editorconfig-rs |
| repository | https://github.com/toblux/editorconfig-rs |
| max_upload_size | |
| id | 1117171 |
| size | 34,096 |
This crate provides a safe Rust wrapper to the native libeditorconfig C library, using the editorconfig-sys FFI bindings.
This crate uses editorconfig-sys which currently requires you to install libeditorconfig. Please refer to the editorconfig-sys README for more information.
Add this to your Cargo.toml:
[dependencies]
editorconfig-rs = "0.2.3"
Examples can be found in the tests.