rustyroad 1.1.0

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
//! Tests for versioned schema support.

mod baseline_history_test;
mod chain_test;
mod invalid_test;
mod naming_test;
mod rollback_test;
mod start_test;
mod support;
mod view_ddl_test;
mod view_test;