Open
Description
It's very easy to find the old bdk
crate when searching, either on Google or crates.io, and get confused, and not realize you should be looking at the bdk_wallet
crate.
Perhaps a new, empty crate should be published to bdk
, whose only documentation is an explanation and a link to bdk_wallet
?
Alternatively, you could have the bdk
crate only contain a single public rexport of bdk_wallet
as wallet
, which would also provide the link. If you did this, you could also add more public exports in the future, of other bdk
related crates, so that adding bdk
to a project would be a convenient way of pulling in all bdk
crates.
Metadata
Metadata
Assignees
Type
Projects
Status
Discussion