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.
1 parent bd166e4 commit d49288dCopy full SHA for d49288d
rs-matter/src/lib.rs
@@ -24,6 +24,7 @@
24
//!
25
//! # Examples
26
//! TODO: Fix once new API has stabilized a bit
27
+//! ```rust
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