eosio_sys 0.2.0

Low-level FFI bindings for EOSIO smart contract development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "eosio_sys"
version = "0.2.0"
authors = ["Liam Curry <liam@sagan.software>"]
license = "MIT/Apache-2.0"
description = "Low-level FFI bindings for EOSIO smart contract development"
edition = "2018"

[lib]
test = false
doctest = false

[features]
default = ["std"]
std = []
alloc = []