blob: d32af4b20a6183ec01d3288e1920ceed9010e3af [file] [log] [blame]
// Copyright 2021 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 algorithms.
mod port_alloc;
pub(crate) use port_alloc::*;