dprint 0.34.4

Binary for dprint code formatter—a pluggable and configurable code formatting platform.
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::*;