dprint 0.54.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
mod compile;
mod instance;
mod load_instance;
mod plugin;
mod setup_wasm_plugin;

pub use compile::*;
use instance::*;
pub use load_instance::WasmModuleCreator;
use load_instance::*;
pub use plugin::*;
pub use setup_wasm_plugin::*;