From c1ba59ba3adef60ad5e61e125cc21bb79d32fe21 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Wed, 4 Jan 2023 16:49:25 -0600 Subject: [PATCH] documentation --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index d751034..9548eb5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,4 @@ +/// this is to add one to the number that is passed in #[no_mangle] pub extern "C" fn add_one(x: u32) -> u32 { x + 1