dprint 0.20.0

Binary for dprint code formatter—a pluggable and configurable code formatting platform.
1
2
3
4
5
6
7
8
9
mod common;
mod process;
mod public;
mod wasm;

use common::*;
pub use public::*;

pub use wasm::compile as compile_wasm;