3个版本

0.8.0-beta.32023年11月22日
0.8.0-beta.22023年6月6日

#9 in #lake

MIT/Apache

67KB
1.5K SLoC

# 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"

然后您可以将crate导入到您的代码中,如下所示

use near_lake_primitives;

示例

TBD - 请在此处提供示例。

依赖项

~18MB
~301K SLoC