//! A implementation of the PGM based u64 key indexes described in https://pgm.di.unipi.it/docs/cpp-reference/
//! in rust with zero copy serialization support. Currently only little endian architectures are supported.
// serialization methods is not designed to support big endian systems.
compile_error!;