]> Untitled Git - bdk/commit
chore: Remove example_cli
authorKyle 🐆 <kyle@privkey.io>
Mon, 25 May 2026 00:22:17 +0000 (20:22 -0400)
committervalued mammal <valuedmammal@protonmail.com>
Mon, 25 May 2026 14:20:16 +0000 (10:20 -0400)
commit522e441a1a4511860a90c43c3932cd45a8797c15
treefc2cf589e5ab5a489b1c470c93f93846fc1e05ab
parentf9ea5e188c2e182543258c224d0a4e735fcc584d
chore: Remove example_cli

Remove the standalone example crates under examples/ and clean up
workspace, docs, and CI references that depended on them.

This commit only does the removal and cleanup. Adding targeted
rustdoc examples is deferred to follow-up PRs.
14 files changed:
.github/workflows/cont_integration.yml
Cargo.toml
README.md
crates/electrum/src/lib.rs
crates/esplora/README.md
examples/example_bitcoind_rpc_polling/Cargo.toml [deleted file]
examples/example_bitcoind_rpc_polling/README.md [deleted file]
examples/example_bitcoind_rpc_polling/src/main.rs [deleted file]
examples/example_cli/Cargo.toml [deleted file]
examples/example_cli/src/lib.rs [deleted file]
examples/example_electrum/Cargo.toml [deleted file]
examples/example_electrum/src/main.rs [deleted file]
examples/example_esplora/Cargo.toml [deleted file]
examples/example_esplora/src/main.rs [deleted file]