Crates.io | ruck |
lib.rs | ruck |
version | 0.2.0 |
source | src |
created_at | 2019-03-20 19:57:17.001783 |
updated_at | 2019-03-28 15:41:20.54135 |
description | A Rust wrapper around the ChucK command line interface |
homepage | |
repository | https://github.com/tonal-glyph/ruck |
max_upload_size | |
id | 122746 |
size | 4,797 |
ruck
is a Rust wrapper around the ChucK command-line interface. It's also the name of another ChucK related project written in Ruby.
All ruck does is pass its arguments onto ChucK. It always adds the --caution-to-the-wind
flag to allow Rust <=> ChucK interoperability. This flag allows the user to call the Std.system()
function in ChucK code and use system commands (i.e. a Rust executable). If you call cargo run -- src/default.ck
this will be demonstrated.
For more information on ChucK, see its homepage.
Right now Linux is the main focus of this small tool, but it's simple enough that it should be adaptable for OSX and Windows.