1 2 3 4 5 6 7 8
// Internal data structures shared between thread-local and thread-safe // fixed buffer collections. mod pool; pub(super) use pool::Pool; mod registry; pub(super) use registry::Registry;