shuck-format 0.0.18

Formatting document model and pretty-printer primitives
Documentation
1
2
3
4
5
6
7
pub use crate::buffer::{Buffer, VecBuffer};
pub use crate::format_element::{
    Document, FormatElement, LineMode, best_fit, group, hard_line_break, indent, soft_line_break,
    soft_line_break_or_space, space, text, token, verbatim,
};
pub use crate::formatter::{Format, FormatContext, FormatOptions, FormatResult, Formatter};
pub use crate::printer::{IndentStyle, LineEnding, Printed, PrinterOptions};