dprint-core 0.41.0

Core rust library for dprint.
Documentation
1
2
3
4
5
6
7
8
9
10
mod plugin_info;
mod plugin_handler;

#[cfg(feature = "process")]
pub mod process;
#[cfg(feature = "wasm")]
pub mod wasm;

pub use plugin_info::*;
pub use plugin_handler::*;