mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-10 22:06:48 +00:00
8 lines
186 B
Rust
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;
|