1//! Private utility types used internally within `gdbstub`.
2//!
3//! These are all bits of functionality that _could_ exist as their own crates /
4//! libraries, and do not rely on any `gdbstub` specific infrastructure.
56pub mod managed_vec;
78pub(crate) mod dead_code_marker;