near-lake-primitives

Crates.ionear-lake-primitives
lib.rsnear-lake-primitives
version0.8.0-beta.3
sourcesrc
created_at2023-06-06 13:05:40.939596
updated_at2023-11-22 13:09:54.077837
descriptionPrimitives for NEAR Lake
homepage
repositoryhttps://github.com/near/near-lake-framework-rs
max_upload_size
id883839
size66,891
(nearprotocol-ci)

documentation

README

# NEAR Lake Primitives

NEAR Lake Primitives is a Rust crate that provides a set of high-level primitives specifically designed for the NEAR Lake Framework. It is part of the effort to streamline and facilitate the development of blockchain applications within the NEAR ecosystem.

## Features

The crate offers a range of fundamental primitives, or basic components, that developers can use to build more complex structures and processes within the NEAR Lake Framework. These primitives are optimized for efficient computation and robust interoperability.

## Usage

To use the NEAR Lake Primitives in your Rust project, add the following line to your `Cargo.toml` file:

```toml
[dependencies]
near_lake_primitives = "0.8.0"

You can then import the crate in your code as follows:

use near_lake_primitives;

Examples

TBD - Please provide examples here.

Commit count: 70

cargo fmt