Export data to CBOR
This commit is contained in:
parent
499642cda9
commit
1ea09a9be9
4 changed files with 43 additions and 0 deletions
|
|
@ -178,5 +178,8 @@ pub fn ingest() -> io::Result<()> {
|
|||
}
|
||||
}
|
||||
|
||||
eprintln!("EXPORT");
|
||||
ciborium::ser::into_writer(&second_stage, io::stdout()).unwrap();
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue