lib-nested/examples/tty-04-posint
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 int example & testing out more int projections 2024-05-25 00:39:47 +02:00
README.md int example & testing out more int projections 2024-05-25 00:39:47 +02:00

tty-04-posint

In the following example, a editor as before is used, but its data is morphed into representing a positional integer which is then projected into different radices and displayed in different views on screen