Crate radicle_tui

source ·

Modules§

Structs§

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

Traits§

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

Functions§

  • 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.
  • 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.