zuzu-rust 0.6.0

Rust implementation of ZuzuScript
Documentation
1
2
3
4
5
6
7
class AliasDevice {
	let String name with get;

	static method family () {
		return "device-family";
	}
}