aptosdb 0.2.7

Aptos database
docs.rs failed to build aptosdb-0.2.7
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.

This crate provides [AptosDB] which represents physical storage of the core Aptos data structures.

It relays read/write operations on the physical storage via [schemadb] to the underlying Key-Value storage system, and implements aptos data structures on top of it.