add short READMEs for examples
This commit is contained in:
parent
33e97ed5e3
commit
473dd5f4dc
6 changed files with 51 additions and 4 deletions
4
examples/tty-02-digit/README.md
Normal file
4
examples/tty-02-digit/README.md
Normal 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.
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue