Skip to main content

main

Function main 

Source
pub(crate) fn main() -> Result<()>
Expand description

Spawns the background fixture and DMX output worker threads, activates the TCP network socket, and enters the main REPL (Read-Eval-Print Loop) to process interactive user commands.

ยงErrors

Returns an io::Error if terminal input reading or output flushing fails.