// SPDX-FileCopyrightText: Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com> | |
// SPDX-License-Identifier: MIT OR Apache-2.0 | |
#![no_std] | |
#![doc = include_str!("../README.md")] | |
#![deny(clippy::undocumented_unsafe_blocks)] | |
#![deny(unsafe_op_in_unsafe_fn)] |