Crate omnipaxos_macros

Source

Derive Macrosยง

Entry
Derive macro for declaring an OmniPaxos log entry type.
UniCacheEntry
Derive macro for declaring an OmniPaxos log entry type that uses UniCache. UniCache can reduce the amount of transmitted data by caching the values of user-specified fields and encoding them as smaller types. For instance, a popular String that appears repeatedly can be sent over the network as an u8.