Docs.rs
dprint-cli-core-0.12.3
dprint-cli-core 0.12.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dsherret
Dependencies
anyhow ^1.0.58
normal
crossterm ^0.24.0
normal
parking_lot ^0.12.1
normal
sha2 ^0.10.2
normal
ureq ^2.4.0
normal
Versions
9.38%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
dprint_cli_core/
lib.rs
1
pub mod
checksums;
2
pub mod
logging;
3
pub mod
terminal;
4
mod
url_utils;
5
6
pub use
url_utils::
*
;