docs.rs failed to build sewup-0.1.14
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.
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:
sewup-0.0.2
Sewup - Second state eWasm Utility Program A library to help you sew up your Ethereum project with Rust and just like develop in a common backend.
Use the crate with different feature to use the high level api just enable the features you want to use.
- KV feature helps you develop contract as key value database
= { = "*", = ['kv'] }
= { = "*", = ['kv'] }
- RDB feature helps you develop contract as rdb database
= { = "*", = ['rdb'] }
= { = "*", = ['rdb'] }