rustyroad 1.7.2

Rusty Road is a framework written in Rust that is based on Ruby on Rails. It is designed to provide the familiar conventions and ease of use of Ruby on Rails, while also taking advantage of the performance and efficiency of Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Tests for TetherScript model generation.

mod composite_test;
mod crud_test;
mod driver;
mod kinds_test;
mod layout_test;
mod rendered;
mod root_test;
mod runner;
mod runtime_test;
mod sample;
mod support;
mod types_test;
mod validate_test;