[][src]Module saltlick::write

Wrapper types over Write objects.

Structs

AsyncSaltlickDecrypterfeature="io-async"

Wraps an underlying writer with decryption using the saltlick format.

AsyncSaltlickEncrypterfeature="io-async"

Wraps an underlying writer with encryption using the saltlick format.

SaltlickDecrypter

Wraps an underlying writer with decryption using the saltlick format.

SaltlickEncrypter

Wraps an underlying writer with encryption using the saltlick format.