Crate saa_common

Source

Re-exports§

pub use types::Empty;
pub use types::uints::Uint64;
pub use types::expiration::Expiration;
pub use types::binary::*;

Modules§

hashes
types
utils
vec
A contiguous growable array type with heap-allocated contents, written Vec<T>.

Macros§

ensure
format
Creates a String using interpolation of runtime expressions.
vec
Creates a Vec containing the arguments.

Structs§

String
A UTF-8–encoded, growable string.
Vec
A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Enums§

AuthError
ReplayError
StorageError

Traits§

FromStr
Parse a value from a string
ToString
A trait for converting a value to a String.
Verifiable

Type Aliases§

CredentialId