Crates.io | ic-file-uploader |
lib.rs | ic-file-uploader |
version | 0.1.2 |
source | src |
created_at | 2024-07-12 02:56:27.29704 |
updated_at | 2024-07-18 21:36:10.274452 |
description | A utility for uploading files larger than 2MB to Internet Computer canisters. |
homepage | https://github.com/modclub-app/ic-file-uploader |
repository | https://github.com/modclub-app/ic-file-uploader |
max_upload_size | |
id | 1300204 |
size | 30,833 |
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.
All original work is licensed under either of: