When the disk is full, the error message could be improved. ``` thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "SendError(..)"', src/libcore/result.rs:1084:5 ``` https://github.com/10XGenomics/rust-shardio/blob/aa92f238657ed9fd7f456dedd8760d3653aaf4f1/src/lib.rs#L705
When the disk is full, the error message could be improved.
rust-shardio/src/lib.rs
Line 705 in aa92f23