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

Enum InputFormat

tools/snap.rs:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12#[derive(Debug, Clone, ValueEnum)]
13enum InputFormat {
14 /// One WKT geometry per line. Ignores trailing garbage; does not skip over leading garbage.
15 Wkt,
16 /// A geometry graph in TGF format
17 Tgf,
18}
19
20impl std::fmt::Display for InputFormat {
21 fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected