| Crates.io | junobuild-collections |
| lib.rs | junobuild-collections |
| version | 0.3.0 |
| created_at | 2024-06-27 09:32:15.720092+00 |
| updated_at | 2026-01-07 15:40:17.118975+00 |
| description | The types and rules to define collections. |
| homepage | https://juno.build |
| repository | https://github.com/junobuild/juno |
| max_upload_size | |
| id | 1285250 |
| size | 57,567 |
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: