An EditorConfig core in Rust.
This library enables you to integrate EditorConfig support into any tools which may benefit from it, such as code editors, formatters, and style linters. It includes mechanisms for type-safe parsing of properties, so that your tool doesn't have to do it itself. It also exposes significant portions of its logic, allowing you to use only the parts you need.
Name idea shamelessly stolen from ec4j.
This library has minimal dependencies (only std
at this time),
For more information, see the docs.