dprint 0.23.1

Binary for dprint code formatter—a pluggable and configurable code formatting platform.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod canonicalized_path_buf;
#[allow(clippy::module_inception)]
#[macro_use]
mod environment;
mod real_environment;
#[cfg(test)]
mod test_environment;
#[cfg(test)]
mod test_environment_builder;

pub use canonicalized_path_buf::*;
pub use environment::*;
pub use real_environment::*;

#[cfg(test)]
pub use test_environment::*;
#[cfg(test)]
pub use test_environment_builder::*;