blob: b7f89a978a5bacd9ce7fbb18a19e60f8a39ec7ba [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//! Common data structures.
mod id_map;
mod id_map_collection;
pub(crate) mod token_bucket;
pub use id_map::Entry;
pub use id_map::IdMap;
pub use id_map_collection::{IdMapCollection, IdMapCollectionKey};