dprint 0.35.0

Binary for dprint code formatter—a pluggable and configurable code formatting platform.
1
2
3
4
5
mod read_info_file;
mod read_update_url;

pub use read_info_file::*;
pub use read_update_url::*;