add short READMEs for examples

This commit is contained in:
Michael Sippel 2024-03-21 18:17:04 +01:00
parent 33e97ed5e3
commit 473dd5f4dc
Signed by: senvas
GPG key ID: F96CF119C34B64A6
6 changed files with 51 additions and 4 deletions
examples/tty-02-digit

View file

@ -0,0 +1,4 @@
# tty-02-digit
This example demonstrates how a very simple editor for hexadecimal digits
can be created with `lib-nested` and the `lib-nested-tty` backend.

View file

@ -1,3 +1,6 @@
//! This example demonstrates how a very simple editor for hexadecimal digits
//! can be created with `lib-nested` and the `lib-nested-tty` backend.
extern crate cgmath;
extern crate nested;
extern crate nested_tty;