Crate scrambler

Source
Expand description

An example component which can switch the how its inputs are connected.

For latest usage run:

cargo run --bin scrambler -- --help

§Examples

Get the two inputs in the same order:

$ cargo run --bin scrambler
Input order: 1, 2

Switch the two inputs:

$ cargo run --bin scrambler -- -s
Input order: 2, 1

§Ports

This component has four ports

Structs§

Scrambler