From 38f627b4db7bec162ede607d22787e18305b6a92 Mon Sep 17 00:00:00 2001 From: Pieter Penninckx Date: Sat, 28 Oct 2023 13:43:31 +0200 Subject: [PATCH] Include deprecation notice in documentation. --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index d54bdeba..c428f21e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,6 +2,9 @@ //! A crate for developing audio plugins and applications in Rust, with a focus on software synthesis. //! Rsynth is well suited as a bootstrap for common audio plugin generators. //! It handles voices, voice-stealing, polyphony, etc. so the programmer's main focus can be DSP. +//! +//! ## Deprecation notice +//! This crate has been deprecated. See its README.md for more details. //! //! ## Back-ends //! `rsynth` currently supports the following back-ends: