···8899[dependencies]
1010bincode = { version = "2.0.1", features = ["serde"] }
1111+fjall = "3.0.0"
1112futures = "0.3.31"
1213futures-core = "0.3.31"
1314ipld-core = { version = "0.4.2", features = ["serde"] }
-5
examples/disk-read-file/main.rs
···82828383 log::info!("arrived! ({:?}) joining rx...", t0.elapsed());
84848585- // clean up the database. would be nice to do this in drop so it happens
8686- // automatically, but some blocking work happens, so that's not allowed in
8787- // async rust. 🤷♀️
8888- join.await?.reset_store().await?;
8989-9085 log::info!("done. n={n} zeros={zeros}");
91869287 Ok(())