4 releases (2 stable)

4.0.0-pre.1 Mar 5, 2021
3.0.0 Feb 10, 2021
2.2.0 Sep 3, 2020

#70 in #near

Download history 223/week @ 2024-01-31 420/week @ 2024-02-07 521/week @ 2024-02-14 457/week @ 2024-02-21 497/week @ 2024-02-28 511/week @ 2024-03-06 387/week @ 2024-03-13 614/week @ 2024-03-20 558/week @ 2024-03-27 666/week @ 2024-04-03 453/week @ 2024-04-10 553/week @ 2024-04-17 573/week @ 2024-04-24 457/week @ 2024-05-01 491/week @ 2024-05-08 382/week @ 2024-05-15

2,005 downloads per month
Used in 15 crates (2 directly)

Apache-2.0

14KB
293 lines

NEAR Runtime utilities

This crate contains utility functions for NEAR runtime.

The crate doesn't include dependencies on near-primitives and near-crypto to keep the dependencies limited. Historically, near-primitives contained a bunch of dependencies that prevented this crate from being compiled to Wasm.


lib.rs:

Contains utility functions for runtime.

Dependencies

~2.2–3MB
~54K SLoC