Crates.io | editorconfig-rs |
lib.rs | editorconfig-rs |
version | 0.2.2 |
source | src |
created_at | 2024-01-28 00:40:26.523968 |
updated_at | 2024-10-19 11:46:12.891656 |
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 | 22,786 |
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.2"
Examples can be found in the tests.