Export data to CBOR

This commit is contained in:
Joscha 2022-09-30 19:49:54 +02:00
parent 499642cda9
commit 1ea09a9be9
4 changed files with 43 additions and 0 deletions

View file

@ -178,5 +178,8 @@ pub fn ingest() -> io::Result<()> {
}
}
eprintln!("EXPORT");
ciborium::ser::into_writer(&second_stage, io::stdout()).unwrap();
Ok(())
}