From 2294180c3778d0fcfa877818e98c420fcd54bb8a Mon Sep 17 00:00:00 2001 From: johannst Date: Tue, 5 Dec 2023 22:08:06 +0000 Subject: deploy: 7e98f5def5942969f97f5f015e7fb8417793d132 --- fib/all.html | 1 + fib/index.html | 4 ++++ fib/sidebar-items.js | 1 + 3 files changed, 6 insertions(+) create mode 100644 fib/all.html create mode 100644 fib/index.html create mode 100644 fib/sidebar-items.js (limited to 'fib') diff --git a/fib/all.html b/fib/all.html new file mode 100644 index 0000000..1048cff --- /dev/null +++ b/fib/all.html @@ -0,0 +1 @@ +List of all items in this crate

List of all items

\ No newline at end of file diff --git a/fib/index.html b/fib/index.html new file mode 100644 index 0000000..6d09b7f --- /dev/null +++ b/fib/index.html @@ -0,0 +1,4 @@ +fib - Rust

Crate fib

source ·
Expand description

Fibonacci example.

+

Jit compile a function at runtime (generate native host code) to compute the fibonacci sequence +to demonstrate the juicebox_asm crate.

+
\ No newline at end of file diff --git a/fib/sidebar-items.js b/fib/sidebar-items.js new file mode 100644 index 0000000..5244ce0 --- /dev/null +++ b/fib/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file -- cgit v1.2.3