| Crates.io | junobuild-shared |
| lib.rs | junobuild-shared |
| version | 0.3.0 |
| created_at | 2024-02-04 17:44:12.073464+00 |
| updated_at | 2025-09-22 05:16:44.528293+00 |
| description | Shared utilities for Juno. |
| homepage | https://juno.build |
| repository | https://github.com/junobuild/juno |
| max_upload_size | |
| id | 1126530 |
| size | 157,017 |
junobuild-shared is a Rust crate designed to provide common functionality and utilities across the Juno ecosystem. It serves as a library that supports various canisters such as Console, Mission-control, Satellite, Observatory, and Orbiter, facilitating operations like serialization, deserialization, account and principal management, and timestamp validation.
To include junobuild-shared in your Rust project, add it as a dependency in your Cargo.toml:
[dependencies]
junobuild-shared = "*"
Replace "*" with the specific version you want to use, or omit the version to always use the latest version.
Here are some useful links: