blob: bbdf42e80f2b7fd670c81173f4475b0a99aafe78 [file] [log] [blame] [edit]
//! Private utility types used internally within `gdbstub`.
//!
//! These are all bits of functionality that _could_ exist as their own crates /
//! libraries, and do not rely on any `gdbstub` specific infrastructure.
pub mod managed_vec;
pub(crate) mod dead_code_marker;