lib-nested/examples/tty-02-digit
Michael Sippel 47dd4ce747
more ReprTree refactoring
- <Vec Char>  ~>  <Vec ReprTree>  packing/unpacking
- remove Arc<RwLock<>> around EditTree
- gentle ListEditor update
- reactivate PosInt example
2025-01-02 12:35:19 +01:00
..
src more ReprTree refactoring 2025-01-02 12:35:19 +01:00
Cargo.toml cleanup examples 2024-03-21 13:27:09 +01:00
README.md add short READMEs for examples 2024-03-21 18:17:04 +01:00

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.