Section V - testing
PS C:\workspace\rust-daas> cargo run --bin reporting
Finished dev [unoptimized + debuginfo] target(s) in 0.39s
Running `target\debug\reporting.exe`{
"rows": [
{
"key": "acknowledge",
"value": 108
},
{
"key": "new",
"value": 4
},
{
"key": "shipped",
"value": 0
}
]
}Last updated