Crate saa_common

Source

Re-exports§

pub use types::exp::Expiration;
pub use types::errors::*;
pub use types::binary::*;

Modules§

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

Macros§

cfg_mod_use
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.
Uint64
A thin wrapper around u64 that is using strings for JSON encoding/decoding, such that the full u64 range can be used for clients that convert JSON numbers to floats, like JavaScript and jq.
Vec
A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Traits§

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

Type Aliases§

CredentialId