ic-file-uploader 0.1.0

A utility for uploading files to Internet Computer canisters.
ic-file-uploader-0.1.0 is not a library.
Visit the last successful build: ic-file-uploader-0.1.4

ic-file-uploader

crates.io docs.rs

ic-file-uploader is a Rust crate designed to facilitate the efficient uploading of files 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: