Crate cytryna

source ·

Modules

Enums

  • Low-effort catch-all error type for cytryna library
  • Contains either a box pointer to a type, or a reference to it, used as a return type for functions that may or may not decompress/decrypt data
  • Contains either a (borrowed) byte slice or an (owned) Vec, used in the the same ways OwnedOrBorrowed is used, but limited to arrays

Traits

  • Simple trait to implement safe conversions from bytes

Type Aliases