Skip to main content

matter_commissioning/clusters/
mod.rs

1//! Per-cluster command + attribute codecs for clusters used during
2//! commissioning.
3//!
4//! Cluster command codecs in `noc/commands.rs` (the
5//! `OperationalCredentials` cluster's NOC-issuance subset, M6.3) predate
6//! this directory. Future M6.5 / M6.7 cluster work lands here.
7
8#![forbid(unsafe_code)]
9
10pub mod general_commissioning;
11pub mod network_commissioning;