[][src]Module secret_keeper::util

Structs

Compressor

Compress data read from file or in byte arrays

Uncompressor

Uncompress data

Traits

FromBech32

Bech32-encoded String that can be decoded into Vector

ToBech32

Types convertible to bech32-encoded string

Functions

form_get

parse the list of key-value tuples to find the value associated with the given key. This is useful for parsing the results of serde_urlencoded::from_str.

getenv

retrieve environment variable

getenv_default

retrieve environment variable, with default value

uninitialized_bytes

Create a vector of specific size with uninitialized data. This should only be used if the vector will be immediately filled from a subsequent operation.

uninitialized_vec

Create a vector of specific size with uninitialized data. This should only be used if the vector will be immediately filled from a subsequent operation.