We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd166e4 + 817138b commit 4c347c0Copy full SHA for 4c347c0
rs-matter/src/lib.rs
@@ -23,7 +23,8 @@
23
//! Currently Ethernet based transport is supported.
24
//!
25
//! # Examples
26
-//! TODO: Fix once new API has stabilized a bit
+//! ```ignore
27
+//! /// TODO: Fix once new API has stabilized a bit
28
//! use rs_matter::{Matter, CommissioningData};
29
//! use rs_matter::data_model::device_types::device_type_add_on_off_light;
30
//! use rs_matter::data_model::cluster_basic_information::BasicInfoConfig;
@@ -65,6 +66,7 @@
65
66
//! }
67
//! // Start the Matter Daemon
68
//! // matter.start_daemon().unwrap();
69
+//! ```
70
71
//! Start off exploring by going to the [Matter] object.
72
#![cfg_attr(not(feature = "std"), no_std)]
0 commit comments