Crate omnipaxos_macros

source ·

Derive Macros

  • Derive macro for declaring an OmniPaxos log entry type.
  • 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.