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
#[macro_use]
extern crate trace;

trace::init_depth_var!();

mod bidir;
mod data;

mod gensym;
#[cfg(test)]
mod tests;