digdigdig3_core/core/mod.rs
1//! `core` — the data-type layer extracted from `digdigdig3`.
2//!
3//! Path-compatible with the parent crate: `digdigdig3::core::types::X` and
4//! `digdigdig3_core::core::types::X` name the same item. The parent re-exports
5//! these modules so existing `digdigdig3::core::*` paths keep working.
6
7pub mod types;
8pub mod websocket;
9pub mod utils;