Skip to content

Commit 5bf913c

Browse files
committed
Added reference to value macros.
1 parent 6e532c1 commit 5bf913c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/swimos_model/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
//! Note that the attributes and items of a record are always ordered, although the order may not always be
4444
//! significant, for example if a record, consisting only of slots, is used to represent a map.
4545
//!
46+
//! The [`record`] and [`macro@value`] macros can be used to simplify the creation of [`Value`] instances.
47+
//!
4648
//! ## Using the model
4749
//!
4850
//! The use the model for serialization or deserialization, a format supporting the SwimOS model is required.

0 commit comments

Comments
 (0)