Docs.rs
ecformat-0.1.1
ecformat 0.1.1
Permalink
Docs.rs crate page
BlueOak-1.0.0
Links
Repository
crates.io
Source
Owners
BaumiCoder
Dependencies
anyhow ^1.0.102
normal
charset-normalizer-rs ^1.1.0
normal
clap ^4.5.60
normal
clap-verbosity-flag ^3.0.4
normal
ec4rs ^1.2.0
normal
encoding ^0.2.33
normal
encoding_rs ^0.8.35
normal
encoding_rs_io ^0.1.7
normal
ignore ^0.4.25
normal
itertools ^0.14.0
normal
line-ending ^1.5.1
normal
log ^0.4.29
normal
simplelog ^0.12.2
normal
snafu ^0.8.9
normal
termimad ^0.34.1
normal
cargo_toml ^0.22.3
dev
rstest ^0.26.1
dev
serde ^1.0.228
dev
tempfile ^3.25.0
dev
toml ^1.0.3
dev
htmlize ^1.0.6
build
Versions
85.42%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate ecformat
ecformat
0.1.1
All Items
Crate Items
Modules
Functions
Crate
ecformat
Copy item path
Source
Modules
§
cli
Structs for the Command Line Interface commands and options, which are also necessary as parameters for using ecformat as library.
errors
Error types related to EditorConfig.
Functions
§
check
Execute the check command. The error in the Result is a
errors::CheckErrorList
if the check found violations against your EditorConfig. Use a downcast method to check if it is the case and access the errors list.
execute
Execute one of the CLI lib commands. (The other CLI commands are not supported by the lib crate.) See also
check
and
fix
.
fix
Execute the fix command.