ruck

Crates.ioruck
lib.rsruck
version0.2.0
sourcesrc
created_at2019-03-20 19:57:17.001783
updated_at2019-03-28 15:41:20.54135
descriptionA Rust wrapper around the ChucK command line interface
homepage
repositoryhttps://github.com/tonal-glyph/ruck
max_upload_size
id122746
size4,797
Andrew Prentice (scalarwaves)

documentation

https://docs.rs/crate/ruck

README

ruck

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.

goals

  • - Call ChucK from Rust code
  • - Call Rust from ChucK code

platform

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.

Commit count: 0

cargo fmt