Crates.io | junobuild-collections |
lib.rs | junobuild-collections |
version | 0.0.9 |
source | src |
created_at | 2024-06-27 09:32:15.720092 |
updated_at | 2024-11-17 09:04:41.824686 |
description | The types and rules to define collections. |
homepage | https://juno.build |
repository | https://github.com/junobuild/juno |
max_upload_size | |
id | 1285250 |
size | 56,727 |
junobuild-collection
is a set of types and rules to implement collections in Juno modules.
To include junobuild-collections
in your Rust project, add it as a dependency in your Cargo.toml
:
[dependencies]
junobuild-collections = "*"
Replace "*"
with the specific version you want to use, or omit the version to always use the latest version.
Here are some useful links: