mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-08 06:13:14 +00:00
add disk test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user