mesh_node/
lib.rs

1// Copyright (c) Microsoft Corporation.
2// Licensed under the MIT License.
3
4//! Implementation of mesh port and node communication model.
5
6#![expect(missing_docs)]
7
8pub mod common;
9pub mod local_node;
10pub mod message;
11pub mod resource;