4 releases (2 stable)

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

#80 in #near

Download history 491/week @ 2024-07-21 446/week @ 2024-07-28 389/week @ 2024-08-04 868/week @ 2024-08-11 468/week @ 2024-08-18 558/week @ 2024-08-25 542/week @ 2024-09-01 457/week @ 2024-09-08 460/week @ 2024-09-15 663/week @ 2024-09-22 434/week @ 2024-09-29 126/week @ 2024-10-06 370/week @ 2024-10-13 325/week @ 2024-10-20 487/week @ 2024-10-27 391/week @ 2024-11-03

1,576 downloads per month
Used in 14 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.3–3MB
~55K SLoC