bdk_file_store

Crates.iobdk_file_store
lib.rsbdk_file_store
version
sourcesrc
created_at2023-03-01 00:47:39.640463
updated_at2024-12-12 02:35:23.062949
descriptionA simple append-only flat file database for persisting bdk_chain data.
homepage
repositoryhttps://github.com/bitcoindevkit/bdk
max_upload_size
id797625
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(ValuedMammal)

documentation

https://docs.rs/bdk_file_store

README

BDK File Store

bdk_file_store is a development/testing database. It does not natively support backwards compatible BDK version upgrades so should not be used in production.

This is a simple append-only flat file database for persisting bdk_chain changesets.

The main structure is [Store] which works with any bdk_chain based changesets to persist data into a flat file.

Commit count: 2254

cargo fmt