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 6e532c1 commit 5bf913cCopy full SHA for 5bf913c
api/swimos_model/src/lib.rs
@@ -43,6 +43,8 @@
43
//! Note that the attributes and items of a record are always ordered, although the order may not always be
44
//! significant, for example if a record, consisting only of slots, is used to represent a map.
45
//!
46
+//! The [`record`] and [`macro@value`] macros can be used to simplify the creation of [`Value`] instances.
47
+//!
48
//! ## Using the model
49
50
//! The use the model for serialization or deserialization, a format supporting the SwimOS model is required.
0 commit comments