MCPcopy Create free account
hub / github.com/Notgnoshi/generative / AttractorFormatter

Class AttractorFormatter

generative/attractor.rs:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28pub struct AttractorFormatter {
29 format: OutputFormat,
30 writer: BufWriter<Box<dyn Write>>,
31 output: Option<PathBuf>,
32
33 accumulated: Vec<Coord>,
34
35 width: Option<u32>,
36 height: Option<u32>,
37}
38
39// public
40impl AttractorFormatter {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected