Skip to content

Commit

Permalink
add some notes
Browse files Browse the repository at this point in the history
  • Loading branch information
snystrom committed Oct 18, 2021
1 parent a5a5855 commit 4c6017c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@ fn main() {
}


// TODO: abstract these into methods on VMatrix to clean things up for v1
// in particular, focus on ability to export to multiple filetypes.
// leaving this horrible mess here for now cause it compiles.
fn write_mat_stdout(vmatrix: &VMatrix){
let mut writer = csv::Writer::from_writer(std::io::stdout());
writer.serialize_array2(&vmatrix.matrix)
Expand Down

0 comments on commit 4c6017c

Please sign in to comment.