From 3e07e559a86313cff39ea4ba1d550bf00df4b7f8 Mon Sep 17 00:00:00 2001 From: Thorsten Blum Date: Sun, 28 Jan 2024 01:43:11 +0100 Subject: [PATCH] Reference editorconfig-rs crate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 884850f..c481267 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This crate uses [bindgen](https://crates.io/crates/bindgen) and [pkg-config](htt Following the `*-sys` package convention, `editorconfig-sys` is just a thin wrapper around the native `libeditorconfig` library. - +The safe Rust bindings to `libeditorconfig`, built on top of this `editorconfig-sys` crate, can be found [here](https://github.com/toblux/editorconfig-rs). ![Workflow status](https://github.com/toblux/editorconfig-sys/actions/workflows/test.yml/badge.svg)