# JunoBuild-Collections
`junobuild-collection` is a set of types and rules to implement collections in [Juno](https://juno.build) modules.
## Getting Started
To include `junobuild-collections` in your Rust project, add it as a dependency in your `Cargo.toml`:
```toml
[dependencies]
junobuild-collections = "*"
```
Replace `"*"` with the specific version you want to use, or omit the version to always use the latest version.
### Links & Resources
Here are some useful links:
- Looking to get started? Check out the [documentation](https://juno.build).
- Have a look at the [LICENSE](https://github.com/junobuild/juno/blob/main/src/libs/collections/LICENSE.md) for information about licensing and limitation.
- Have questions, comments or feedback? Join our [Discord](https://discord.gg/wHZ57Z2RAG) or [OpenChat](https://oc.app/community/vxgpi-nqaaa-aaaar-ar4lq-cai/?ref=xanzv-uaaaa-aaaaf-aneba-cai).