near-contract-standards 5.7.1

NEAR smart contracts standard library.
Documentation
1
2
3
4
5
6
7
8
9
10
# NEAR library for Rust contract standards

This cargo provides a set of interfaces and implementations for NEAR's contract standards:
 - Upgradability
 - Fungible Token (NEP-141). See [example usage]../examples/fungible-token

## Changelog

### `3.1.1`
- Fixed FT macro compilation for Rust `1.51.0`