From cbd0a787e3f763beb8a1264210be1de1fc9627a6 Mon Sep 17 00:00:00 2001 From: funbiscuit Date: Mon, 8 Jan 2024 00:51:48 +0300 Subject: [PATCH] Notify about rust rewrite --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index caf0a37..686ed1f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ [![codecov](https://codecov.io/gh/funbiscuit/embedded-cli/branch/master/graph/badge.svg?token=0tbOeXh0kh)](https://codecov.io/gh/funbiscuit/embedded-cli) +> [!NOTE] +> This library is in maintenance mode. Take a look at full rewrite in Rust: +> [embedded-cli-rs](https://github.com/funbiscuit/embedded-cli-rs). +> It has all features of this library and more: utf-8 support, +> lower memory usage, static dispatch and argument parsing. + Single-header CLI library intended for use in embedded systems (like STM32 or Arduino). ![Arduino Demo](examples/arduino-demo.gif)