bdk icon indicating copy to clipboard operation
bdk copied to clipboard

Document no std support

Open notmandatory opened this issue 2 years ago • 0 comments

Describe the enhancement

The bdk and other workspace packages default to std support but should be able to be built for no std targets. Rather than complicating the cargo features setup with a no-std feature we should create separate documentation in the repo to demonstrate how to use bdk in a no std target project.

Use case

This is useful for anyone building bdk for a no std target system such as a micro controller or even WASM which has incomplete std support.

Additional context

See discussion in #894

notmandatory avatar Mar 20 '23 14:03 notmandatory