roto 0.10.0

a statically-typed, compiled, embedded scripting language
Documentation
1
2
3
4
//! Some tools for working with Roto scripts (currently only printing it)

/// Functions for printing highlighted Roto code in the terminal.
pub mod print;