1//! The device node's persisted frame-counter map, shared via 2//! `umsh-journal-store` (see that crate's `counter` module for the 3//! contract and tests). 4 5pub use umsh_journal_store::counter::*;