aboutsummaryrefslogtreecommitdiff
path: root/src/util/mod.rs
blob: bbdf42e80f2b7fd670c81173f4475b0a99aafe78 (plain)
1
2
3
4
5
6
7
8
//! 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;