fs-chunker

Crates.iofs-chunker
lib.rsfs-chunker
version0.5.0
sourcesrc
created_at2024-02-24 06:04:30.164436
updated_at2024-08-17 19:05:43.298041
descriptionBreak a file into a list of chunks.
homepage
repositoryhttps://github.com/joshtenorio/fs-chunker
max_upload_size
id1151355
size6,751
Joshua Tenorio (joshtenorio)

documentation

README

fs-chunker

Break a file into chunks. Each Chunk has a block of data (a Vec<u8>) and its SHA-256 hash.

Installation

Via cargo:

$ cargo add fs-chunker

License

Copyright (c) 2024 Joshua Tenorio

Licensed under the MIT license.

Commit count: 30

cargo fmt