Crates.io | junobuild-storage |
lib.rs | junobuild-storage |
version | 0.0.12 |
source | src |
created_at | 2024-06-27 09:33:33.030046 |
updated_at | 2024-11-17 09:05:48.759238 |
description | Web and storage features of Juno. |
homepage | https://juno.build |
repository | https://github.com/junobuild/juno |
max_upload_size | |
id | 1285251 |
size | 144,361 |
junobuild-storage
is the crate that provides the web and storage capabilities in Juno modules.
To include junobuild-storage
in your Rust project, add it as a dependency in your Cargo.toml
:
[dependencies]
junobuild-storage = "*"
Replace "*"
with the specific version you want to use, or omit the version to always use the latest version.
Here are some useful links: