ec4rs: EditorConfig For Rust

CI crates.io API docs

An EditorConfig core in Rust.

Name idea shamelessly stolen from ec4j.

This library has minimal dependencies (at this time, only std), and gives you as much or as little control as you want to build tools that work with EditorConfig files. It also includes mechanisms for type-safe parsing of properties, so that your tool doesn't have to do it itself.

For more information, see the docs.