|
|
@ -1,7 +1,6 @@ |
|
|
|
#![allow(non_snake_case)] |
|
|
|
#![allow(non_snake_case)] |
|
|
|
|
|
|
|
|
|
|
|
use csv; |
|
|
|
use csv; |
|
|
|
use duration_string::DurationString; |
|
|
|
|
|
|
|
use json; |
|
|
|
use json; |
|
|
|
use std::collections::BTreeSet; |
|
|
|
use std::collections::BTreeSet; |
|
|
|
use std::fs; |
|
|
|
use std::fs; |
|
|
@ -163,7 +162,7 @@ fn main() { |
|
|
|
.unwrap() |
|
|
|
.unwrap() |
|
|
|
.to_string(), |
|
|
|
.to_string(), |
|
|
|
parsed_json[idx]["density"].as_f64().unwrap().to_string(), |
|
|
|
parsed_json[idx]["density"].as_f64().unwrap().to_string(), |
|
|
|
DurationString::from(duration).to_string(), |
|
|
|
duration.as_millis().to_string(), |
|
|
|
], |
|
|
|
], |
|
|
|
) |
|
|
|
) |
|
|
|
.unwrap(); |
|
|
|
.unwrap(); |
|
|
|