Functions§
- Helper function dealing with uploading something from a std::io::Read to the passed BlobService, returning the B3Digest and size. This function is sync (and uses the tokio handle to block). A sync closure getting a copy of all bytes read can be passed in, allowing to do other hashing where needed.