Is there a rust package of building blocks for database engines?
I'm thinking buffer manager, file io, page layout structures, primitive-valued expression evaluation, and maybe even some toy B+/LSM implementations. Sort of like BerkeleyDB, but with expressions and designed for easy extension... but no actual DB logic.

