Expand description
§encrust-core
Core implementation crate for encrust.
Most users should depend on encrust instead. This crate exposes the storage types and traits used
by the public facade and the encrust-macros crate.
License: MIT
Structs§
- Decrust
Guard - Guard used to access decrusted data.
- Encrusted
- Container for encrusted data.
- Hashbytes
hashstrings - Represents the hash of a byte slice.
- Hashstring
hashstrings - Represents the hash of a string.
Enums§
- Sensitivity
hashstrings - Used to specify whether a
Hashstringshould ignore case when comparing strings.
Traits§
- Encrust
- Trait for types that can be stored in
Encrusted. - InPlace
Encrust - A simpler alternative to
Encrustfor types whereStorageandRefareSelf.