1//! [`StateProvider`](crate::StateProvider) implementations 2pub(crate) mod historical; 3pub(crate) mod latest; 4pub(crate) mod macros;