rhai 0.16.0

Embedded scripting for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
// I am a single line comment!

let /* I am a spy in a variable declaration! */ x = 5;

/* I am a simple
   multi-line
   comment */

/* look /* at /* that, /* multi-line */ comments */ can be */ nested */

/* surrounded by */ x // comments