From 411b21c2d8559e83d00fb7b9ae2c21f05435d6c3 Mon Sep 17 00:00:00 2001 From: Nikolay Chechulin Date: Wed, 1 May 2024 22:29:58 +0300 Subject: [PATCH] mention initial inspiration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 561850c..140e9f9 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,5 @@ assert_eq!(mipmap.get_level(4), None); Currently, the only idea for improvement is to introduce new averaging methods that are used in signal processing. Check [issue #1](https://github.com/NChechulin/mipmap-1d/issues/1) for details. + +Special thanks to @mkalte666 for providing initial inspiration to make this crate.