Docs.rs
multilint-0.3.0
multilint 0.3.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
regen100
Dependencies
anyhow ^1.0.75
normal
argmax ^0.3.1
normal
colored ^2.0.4
normal
digest ^0.10.7
normal
env_logger ^0.10.1
normal
ignore ^0.4.20
normal
log ^0.4.20
normal
regex ^1.10.2
normal
serde ^1.0
normal
serde_json ^1.0.108
normal
sha2 ^0.10.8
normal
structopt ^0.3.26
normal
toml ^0.8.8
normal
which ^5.0.0
normal
tempfile ^3.8.1
dev
test-log ^0.2.13
dev
Versions
22.92%
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
Files
multilint/
lib.rs
1
pub mod
config;
2
pub mod
driver;
3
pub mod
format;
4
pub mod
linter;
5
pub mod
xargs;