bdk_persist 0.1.0

Types that define data persistence of a BDK wallet
docs.rs failed to build bdk_persist-0.1.0
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: bdk_persist-0.2.0

BDK Persist

This crate is home to the PersistBackend trait which defines the behavior of a database to perform the task of persisting changes made to BDK data structures. The Persist type provides a convenient wrapper around a PersistBackend that allows staging changes before committing them.