| Crates.io | editorconfig-core |
| lib.rs | editorconfig-core |
| version | 0.1.3 |
| created_at | 2025-07-19 20:04:35.610463+00 |
| updated_at | 2025-07-22 10:20:49.311243+00 |
| description | An EditorConfig Core passing all the editorconfig-core-test tests |
| homepage | https://github.com/rotmh/editorconfig-core-rust |
| repository | https://github.com/rotmh/editorconfig-core-rust |
| max_upload_size | |
| id | 1760462 |
| size | 31,265 |
An EditorConfig Core passing all the editorconfig-core-test tests.
See the documentation.
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
Licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).