From f5ebc16067bb10b63313dcb40c6a398e01c6f938 Mon Sep 17 00:00:00 2001 From: unspeaker Date: Fri, 12 Jul 2024 20:34:51 +0300 Subject: [PATCH] crate docstring --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 19d20b99..cac73c9c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,5 @@ +//! ***Tek*** is a MIDI sequencer, sampler, and audio plugin host for the Linux terminal. + //#[global_allocator] //static A: rlsf::SmallGlobalTlsf = rlsf::SmallGlobalTlsf::new(); //#![feature(fn_traits)]