chloro-core 0.7.5

Core functionality for chloro - a minimal Rust code formatter
Documentation
1
2
3
4
5
// src/formatter/node/common.rs
// Shared helpers used by node formatters.
pub mod comments;
pub mod fields;
pub mod header;