junobuild-shared

Crates.iojunobuild-shared
lib.rsjunobuild-shared
version0.0.22
sourcesrc
created_at2024-02-04 17:44:12.073464
updated_at2024-11-17 09:03:22.081579
descriptionShared utilities for Juno.
homepagehttps://juno.build
repositoryhttps://github.com/junobuild/juno
max_upload_size
id1126530
size112,492
David Dal Busco (peterpeterparker)

documentation

https://docs.rs/junobuild-shared

README

JunoBuild-Shared

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.

Getting Started

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.

Links & Resources

Here are some useful links:

  • Looking to get started? Check out the documentation.
  • Have a look at the LICENSE for information about licensing and limitation.
  • Have questions, comments or feedback? Join our Discord or OpenChat.
Commit count: 1463

cargo fmt