From 9fca507f58f2b2ced731c00f5d20d542c0855906 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Tue, 5 Dec 2023 23:02:38 +0100 Subject: examples: add doc to existing examples --- examples/fib.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/fib.rs') diff --git a/examples/fib.rs b/examples/fib.rs index 534dc13..e523b9d 100644 --- a/examples/fib.rs +++ b/examples/fib.rs @@ -1,3 +1,8 @@ +//! Fibonacci example. +//! +//! Jit compile a function at runtime (generate native host code) to compute the fibonacci sequence +//! to demonstrate the [`juicebox_asm`] crate. + use juicebox_asm::prelude::*; use juicebox_asm::Runtime; -- cgit v1.2.3