Expand description
Module containing common type definitions used throughout the library.
Modules§
- save_
key - SaveKey constant string keys for database operations. These avoid repeated format!(“{:?}”, SaveKey::…) allocations.
Traits§
- Save
KeyExt - Extension trait for SaveKey to get string representation without allocation.