stellar-strkey 0.0.8

Encode and decode strkeys for Stellar.
Documentation
1
2
3
4
5
6
#[derive(thiserror::Error, Clone, PartialEq, Eq, PartialOrd, Ord, Debug)]
pub enum DecodeError {
    // TODO: Add meaningful errors for each problem that can occur.
    #[error("the strkey is invalid")]
    Invalid,
}