From 61ca20a5e1d8c20011e9c34c5502a19f5353339e Mon Sep 17 00:00:00 2001 From: Philippe Zwietering Date: Tue, 8 Sep 2026 17:13:18 +0200 Subject: [PATCH] docs: Root lib docs toegevoegd voor nu --- src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 0a6d9a8..c055b6d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,8 @@ +//! WASM implementation of a double pendulum simulation +//! +//! See README.md for installation / build instructions. +//! This implementation is just a stub for now. + use wasm_bindgen::prelude::*; #[wasm_bindgen(start)]