ic-file-uploader

Crates.ioic-file-uploader
lib.rsic-file-uploader
version
sourcesrc
created_at2024-07-12 02:56:27.29704
updated_at2024-07-15 14:11:34.221884
descriptionA utility for uploading files larger than 2MB to Internet Computer canisters.
homepagehttps://github.com/modclub-app/ic-file-uploader
repositoryhttps://github.com/modclub-app/ic-file-uploader
max_upload_size
id1300204
size0
Jeshli (jeshli)

documentation

https://docs.rs/ic-file-uploader

README

ic-file-uploader

crates.io docs.rs

ic-file-uploader is a Rust crate designed to facilitate the efficient uploading of files larger than 2MB to the Internet Computer. This crate focuses on breaking down large files into manageable chunks that fit within packet size limits and passing them to update calls which write these chunks to files.

Features

  • Chunk-based Uploads: Break large files into smaller chunks that can be easily managed and transferred.

Use Cases

  • Large File Handling: Efficiently manage and upload large singular files.

License

All original work is licensed under either of:

Commit count: 0

cargo fmt