1// SPDX-FileCopyrightText: 2023 TriliTech <contact@trili.tech> 2// 3// SPDX-License-Identifier: MIT 4 5#![no_std] 6 7pub mod riscv;