dprint 0.14.0

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
mod do_batch_format;
mod deque;
mod long_format_checker_thread;
mod local_plugin_work;
mod local_work;
mod worker;
mod worker_registry;

pub use do_batch_format::{do_batch_format};
use deque::*;
use local_plugin_work::*;
use local_work::*;
use long_format_checker_thread::*;
use worker::*;
use worker_registry::*;