editorconfig-rs

Crates.ioeditorconfig-rs
lib.rseditorconfig-rs
version0.2.2
sourcesrc
created_at2024-01-28 00:40:26.523968
updated_at2024-10-19 11:46:12.891656
descriptionRust bindings to libeditorconfig using editorconfig-sys
homepagehttps://github.com/toblux/editorconfig-rs
repositoryhttps://github.com/toblux/editorconfig-rs
max_upload_size
id1117171
size22,786
Thorsten Blum (toblux)

documentation

https://docs.rs/editorconfig-rs

README

Rust Bindings to libeditorconfig

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

Workflow status

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.

Commit count: 23

cargo fmt