Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

lib.rs
pub mod checkbox;
pub mod diff;
pub mod testing;
pub mod theme;
pub mod view;

mod element;

#[doc(inline)]
pub use element::el;
#[doc(inline)]
pub use theme::{theme, Theme};