dprint 0.11.1

Binary for dprint code formatter—a pluggable and configurable code formatting platform.
1
2
3
4
5
mod cache;
mod manifest;

pub use cache::*;
pub use manifest::*;