Crates.io | nesdie |
lib.rs | nesdie |
version | 0.2.0 |
source | src |
created_at | 2021-07-16 15:06:45.239613 |
updated_at | 2022-10-06 23:32:37.024975 |
description | no_std SDK for NEAR protocol |
homepage | |
repository | https://github.com/austinabell/nesdie |
max_upload_size | |
id | 423672 |
size | 100,906 |
This is just meant as an experimental no_std
SDK which will follow similar patterns of near-sdk-rs
but optimize for minimal code size and operations. This will be a worse devX than the near sdk, but can be used as an alternative to writing bare metal contracts without an SDK.
wee_alloc
(default): Configures the global allocator by default with wee_alloc
panic-message
: Configures panic_handler
to include error details, which will show up on chain. Disabled by default to optimize code sizeoom-handler
: Configures alloc_error_handler
to minimize error handling in this case. This feature does not currently work with a stable
toolchainnesdie
:no_std
for wasm
binariescore::fmt
serde
and gate serialization protocols by feature to allow disablingnear-sdk-rs
unwrap
errors