MCPcopy Create free account
hub / github.com/ddd/gpb / CsvRecord

Class CsvRecord

src/csv/parser.rs:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8// Structure to represent a CSV record with serde support
9#[derive(Clone, Debug, Deserialize, Serialize)]
10pub struct CsvRecord {
11 pub identifier: String,
12 pub masked_number: String,
13 pub first_name: String,
14 pub last_name: String,
15}
16
17// Structure to represent a processed hit
18#[derive(Clone, Debug, Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected