1//! Core `ere` (era execution) primitives. 2//! 3//! See also <https://github.com/eth-clients/e2store-format-specs/blob/main/formats/ere.md> 4 5pub mod file; 6pub mod types;