[](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