add disk test

This commit is contained in:
weisd
2025-06-08 23:05:13 +08:00
parent 62a7824d0d
commit 96de65ebab
14 changed files with 1862 additions and 937 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ use uuid::Uuid;
///
/// # Example
/// ```
/// use erasure_coding::Erasure;
/// use ecstore::erasure_coding::Erasure;
/// let erasure = Erasure::new(4, 2, 8);
/// let data = b"hello world";
/// let shards = erasure.encode_data(data).unwrap();