ethcontract 0.10.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 7 feature flags, 7 of them enabled by default.

default

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

derive

  • ethcontract-derive

http

  • web3/http

http-tls

  • web3/http-tls

ws-tokio

  • web3/ws-tokio

ws-tls-tokio

  • web3/ws-tls-tokio

ethcontract-derive

    This feature flag does not enable additional features.