ci: bump build_docs rust version to nightly-2024-05-12

This commit is contained in:
Steve Myers
2024-05-14 10:15:51 -05:00
parent d975a48e7c
commit 54942a902d
7 changed files with 347 additions and 353 deletions

View File

@@ -1,3 +1,5 @@
# BDK Persist
This crate is home to the [`PersistBackend`](crate::PersistBackend) trait which defines the behavior of a database to perform the task of persisting changes made to BDK data structures. The [`Persist`](crate::Persist) type provides a convenient wrapper around a `PersistBackend` that allows staging changes before committing them.
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.