eosio_cdt_sys 0.3.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
17
[![Build Status](https://travis-ci.org/sagan-software/eosio-rust.svg?branch=master)](https://travis-ci.org/sagan-software/eosio-rust)

# 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.

[`bindgen`]: https://github.com/rust-lang/rust-bindgen
[`EOSIO/eosio.cdt`]: https://github.com/EOSIO/eosio.cdt
[`eosio`]: https://crates.io/crates/eosio
[`eosio_cdt`]: https://crates.io/crates/eosio_cdt

License: MIT OR Apache-2.0