commit | 87cee5b1e85a51bc6e95abaeb54e33f7a45d6473 | [log] [tgz] |
---|---|---|
author | Imre Kis <imre.kis@arm.com> | Wed Jan 15 18:52:35 2025 +0100 |
committer | Imre Kis <imre.kis@arm.com> | Wed Jan 15 19:21:10 2025 +0100 |
tree | 8922aa942ec843f5800459d7d40d37b847804142 | |
parent | d27a06f40412c86fac1a5bcb9f8959a532ece246 [diff] [blame] |
Add project skeleton Add license files, DCO and readme. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: I2ead30022a936667ad7fe1ed8199136375b4fbce
diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..4e11d95 --- /dev/null +++ b/src/lib.rs
@@ -0,0 +1,4 @@ +// SPDX-FileCopyrightText: Copyright 2023-2025 Arm Limited and/or its affiliates <open-source-office@arm.com> +// SPDX-License-Identifier: MIT OR Apache-2.0 + +#![cfg_attr(not(test), no_std)] \ No newline at end of file