dprint 0.17.2

Binary for dprint code formatter—a pluggable and configurable code formatting platform.
1
2
3
4
5
6
7
mod glob;
mod glob_matcher;
mod glob_utils;

pub use glob::glob;
pub use glob_matcher::*;
pub use glob_utils::*;