editorconfig-core

Crates.ioeditorconfig-core
lib.rseditorconfig-core
version0.1.3
created_at2025-07-19 20:04:35.610463+00
updated_at2025-07-22 10:20:49.311243+00
descriptionAn EditorConfig Core passing all the editorconfig-core-test tests
homepagehttps://github.com/rotmh/editorconfig-core-rust
repositoryhttps://github.com/rotmh/editorconfig-core-rust
max_upload_size
id1760462
size31,265
Rotem Horesh (rotmh)

documentation

README

EditorConfig Core

Crates.io Documentation EditorConfig Core Tests

An EditorConfig Core passing all the editorconfig-core-test tests.

See the documentation.

Testing

The EditorConfig core test suite (editorconfig-core-test) uses CTest and validates CLI tools built on top of core libraries.

This crate includes a simple CLI (editorconfig) to support that testing, but it can also be used as a standalone tool:

$ cargo build --bin editorconfig

$ # Example usage and output
$ ./target/debug/editorconfig ./README.md

charset=utf-8
end_of_line=lf

License

Licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).

Commit count: 0

cargo fmt