For first time you need to generate Cargo.toml file.
$ python build.pyNow you may use cargo for compile binaries.
For example let compile 43-morse.rs:
$ cargo build --bin 43-morseAnd run binary.
$ cargo run --bin 43-morse Running `target/debug/43-morse` ПРИВЕТ МЕДВЕДЬ<КОНЕЦ СВЯЗИ>- 24 - Decimal/Binary Converter
- 43 - Text/Morse Translator (RUS, article)
- 55 - RPN Calculator
- 76 - Brainfuck Interpreter (incomplete)
