rsbx 2.0.0

Enhanced implementation of SeqBox in Rust
Documentation
1
2
3
4
5
#[derive(Copy, Clone, Debug)]
pub enum OutputChannel {
    Stdout,
    Stderr,
}