opentitanlib/image/mod.rs
1// Copyright lowRISC contributors (OpenTitan project).
2// Licensed under the Apache License, Version 2.0, see LICENSE for details.
3// SPDX-License-Identifier: Apache-2.0
4
5// TODO(lowRISC/opentitan#15443): Fix this lint.
6#[allow(clippy::module_inception)]
7pub mod image;
8pub mod manifest;
9pub mod manifest_def;
10pub mod manifest_ext;