Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devashishdxt/cli-table
/ row
Function
row
cli-table/src/csv.rs:29–33 ·
view source on GitHub ↗
(record: &StringRecord)
Source
from the content-addressed store, hash-verified
27
}
28
29
fn row(record: &StringRecord) -> RowStruct {
30
RowStruct {
31
cells: record.iter().map(Cell::cell).collect(),
32
}
33
}
34
35
fn title(record: &StringRecord) -> RowStruct {
36
RowStruct {
Callers
1
try_from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected