Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 865 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 865 Bytes

Rust Bindings to libeditorconfig

This crate provides a safe Rust wrapper to the native libeditorconfig C library, using the editorconfig-sys FFI bindings.

Build status Crates.io

Dependencies

This crate uses editorconfig-sys which currently requires you to install libeditorconfig. Please refer to the editorconfig-sys README for more information.

Installation

Add this to your Cargo.toml:

[dependencies]
editorconfig-rs = "0.2.2"

Usage

Examples can be found in the tests.