rfs-runner 0.1.4

A simple UI Progress
Documentation
1
2
3
4
5
6
7
#[derive(thiserror::Error, Debug)]
pub enum Error {
  #[error("No channel available")]
  NoChannel,
  #[error("{0}")]
  Missing(&'static str),
}