8 lines
186 B
Rust

// SPDX-License-Identifier: MPL-2.0
//! This module contains the demos in OSDK section in the Asterinas Book.
mod create_os_projects;
mod test_and_run_projects;
mod work_in_workspace;