ruchy 4.1.2

A systems scripting language that transpiles to idiomatic Rust with extreme quality engineering
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// LANG-COMP test module organization

pub mod basic_syntax;
pub mod closures;
pub mod control_flow;
pub mod data_structures;
pub mod enums;
pub mod error_handling;
pub mod functions;
pub mod methods;
pub mod operators;
pub mod pattern_matching;
pub mod ranges;
pub mod string_interpolation;
pub mod structs;
pub mod tuples;
pub mod type_annotations;