Crate radicle_tui

Source

Modules§

event
store
task
terminal
ui

Structs§

Channel
A multi-producer, single-consumer message channel.
Exit
An optional return value.
PageStack
A ‘PageStack’ for applications. Page identifier can be pushed to and popped from the stack.
Selection
The output that is returned by all selection interfaces.

Traits§

BoxedAny
Provide implementations for conversions to and from Box<dyn Any>.

Functions§

im
Initialize a Store with the State given and a Frontend with the App given, and run their main loops concurrently. Connect them to the Channel and also to an interrupt broadcast channel also initialized in this function.
rm
Initialize a Store with the State given and a Frontend with the Widget given, and run their main loops concurrently. Connect them to the Channel and also to an interrupt broadcast channel also initialized in this function.