Skip to content

Commit c86b211

Browse files
authored
docs(newtypes): add a pointer to the algorithm API functions (#253)
See the discussion in #250.
1 parent fb7d685 commit c86b211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oqs/src/macros.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ macro_rules! newtype_buffer {
66
($name: ident, $name_ref: ident) => {
77
/// New owned buffer
88
///
9+
/// Construct the reference version of this type through the algorithm API functions.
10+
///
911
/// Optional support for `serde` if that feature is enabled.
1012
#[derive(Debug, Clone, PartialEq, Eq)]
1113
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]

0 commit comments

Comments
 (0)