pub const SDK_VERSION: &str = "rust-sdk/0.10.1";Expand description
Version of this SDK, as rust-sdk/<crate version>.
Sent in the X-SDK-Version/x-sdk-version request header so arkd can attribute
traffic to this SDK and release. The version is resolved from the crate version at
compile time, unlike TARGET_ARKD_VERSION, which is the hand-maintained arkd
compatibility target.