ethcontract 0.13.1

Runtime library and proc macro for interacting and generating type-safe bindings to Ethereum smart contracts.
Documentation

ethcontract

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 12 feature flags, 6 of them enabled by default.

default

  • derive
  • http-tls
  • ws-tls-tokio

derive

  • ethcontract-derive

http-tls

  • http
  • web3/http-tls

ws-tls-tokio

  • web3/ws-tls-tokio

ethcontract-derive

    This feature flag does not enable additional features.

http

  • web3/http

http-rustls-tls

  • http
  • web3/http-rustls-tls

http-native-tls

  • http
  • web3/http-native-tls

ipc-tokio

  • web3/ipc-tokio

ws-async-std

  • web3/ws-async-std

ws-tokio

  • web3/ws-tokio

ws-tls-async-std

  • web3/ws-tls-async-std