ark-rs
Convenience crate for the Arkade Rust SDK.
ark-rs re-exports the core SDK crates behind feature flags so applications can depend on a single package when building Arkade-enabled Bitcoin wallets.
Install
[]
= "0.9"
By default this includes ark-core and enables native TLS roots for optional transport/client crates.
Common feature flags:
client: re-exportark-clientgrpc: re-exportark-grpcsqlite: forward SQLite support toark-clienttls-native-roots: use native TLS rootstls-webpki-roots: use webpki TLS roots
Documentation
API documentation is available on docs.rs/ark-rs.