2 unstable releases
0.3.0 | Feb 4, 2020 |
---|---|
0.2.1 | Jun 2, 2019 |
#7 in #eosio
Used in eosio_cdt
125KB
2.5K
SLoC
eosio_cdt_sys
This crate provides low-level FFI bindings for EOSIO smart contract
development. Bindings are automatically generated with bindgen
from header files in the EOSIO/eosio.cdt
repository.
For more idiomatic Rust wrappers please see the eosio
and
eosio_cdt
crates.
License: MIT OR Apache-2.0
lib.rs
:
This crate provides low-level FFI bindings for EOSIO smart contract
development. Bindings are automatically generated with bindgen
from header files in the EOSIO/eosio.cdt
repository.
For more idiomatic Rust wrappers please see the eosio
and
eosio_cdt
crates.