bitar 0.14.0

bita archive utilities
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![cfg(feature = "zstd-compression")]
mod common;
use common::*;

#[tokio::test]
async fn clone_local_v0_1_1_zstd() {
    clone_local_expect_checksum(ARCHIVE_0_1_1_ZSTD, ZERO_B2SUM).await;
}

#[tokio::test]
async fn clone_remote_v0_1_1_zstd() {
    clone_remote_expect_checksum(ARCHIVE_0_1_1_ZSTD, ZERO_B2SUM).await;
}