pwasm-abi-derive 0.1.3

Rust WebAssembly Contracts Abi (derive macros)
Documentation
# pwasm-abi
Derivation macros for traits to bind dispatch and invoke using `pwasm-abi`.

[![Build Status](https://travis-ci.org/paritytech/pwasm-abi.svg?branch=master)](https://travis-ci.org/paritytech/pwasm-abi)

[Documentation](https://paritytech.github.io/pwasm-abi/pwasm_abi/)

# Add dependency

```toml
[dependencies]
pwasm-abi-derive = "0.1"
```
# License

`pwasm-abi-derive` is primarily distributed under the terms of both the MIT
license and the Apache License (Version 2.0), at your choice.

See LICENSE-APACHE, and LICENSE-MIT for details.