Module openraft::compat

source ·
Expand description

This mod is a upgrade helper that provides functionalities for a newer openraft application to read data written by an older application.

Enums§

  • Compat is a serialization compatible type that can be deserialized from both an older type and a newer type. It serves as an intermediate type container for newer programs to read old data.

Traits§