owasm-abi-derive 0.3.0

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

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

# Add dependency

```toml
[dependencies]
owasm-abi-derive = "0.2"
```
# License

`owasm-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.