linera_base/util/
mod.rs

1// Copyright (c) Zefchain Labs, Inc.
2// SPDX-License-Identifier: Apache-2.0
3
4/*!
5Utilities used throughout the Linera codebase.
6*/
7
8pub mod future;
9pub mod traits;