Imre Kis | a337691 | 2025-02-13 13:13:30 +0100 | [diff] [blame^] | 1 | // SPDX-FileCopyrightText: Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com> |
2 | // SPDX-License-Identifier: MIT OR Apache-2.0 | ||||
3 | |||||
4 | #![no_std] | ||||
5 | #![doc = include_str!("../README.md")] | ||||
6 | #![deny(clippy::undocumented_unsafe_blocks)] | ||||
7 | #![deny(unsafe_op_in_unsafe_fn)] |