Crates.io | fs-chunker |
lib.rs | fs-chunker |
version | 0.5.0 |
source | src |
created_at | 2024-02-24 06:04:30.164436 |
updated_at | 2024-08-17 19:05:43.298041 |
description | Break a file into a list of chunks. |
homepage | |
repository | https://github.com/joshtenorio/fs-chunker |
max_upload_size | |
id | 1151355 |
size | 6,751 |
Break a file into chunks.
Each Chunk
has a block of data (a Vec<u8>
) and its SHA-256 hash.
Via cargo
:
$ cargo add fs-chunker
Copyright (c) 2024 Joshua Tenorio
Licensed under the MIT license.