darwinia-bridge-primitives 0.3.3

Darwinia bridge primitives
docs.rs failed to build darwinia-bridge-primitives-0.3.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: darwinia-bridge-primitives-0.0.8
## Darwinia bridge primitives [![bridge-primtives](https://github.com/darwinia-network/bridge-primitives/workflows/bridge-primtives/badge.svg)](https://github.com/darwinia-network/bridge-primitives) [![crate](https://img.shields.io/crates/v/darwinia-bridge-primitives.svg)](https://crates.io/crates/darwinia-bridge-pritmives) [![doc](https://img.shields.io/badge/current-docs-brightgreen.svg)](https://docs.rs/darwinia-bridge-pritmives/) [![downloads](https://img.shields.io/crates/d/darwinia-bridge-primitives.svg)](https://crates.io/crates/darwinia-bridge-primitives) [![LICENSE](https://img.shields.io/crates/l/darwinia-bridge-primitives.svg)](https://choosealicense.com/licenses/gpl-3.0/) The Darwinia bridge primtives + [x] [Ethereum](https://github.com/darwinia-network/bridge-primitives/tree/master/src/eth) + [ ] [Your chain?](https://github.com/darwinia-network/bridge-primitives/pulls) ## Features ### `rpc` If you want to trigger rpc feature to get data which described in this repo, please import `darwinia-bridge-primitives` as below in your `Cargo.toml` ```toml [dependencies.darwinia-bridge-primitives] version = "^0" features = [ "rpc" ] ``` ## LICENSE GPL-3.0