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

mod backfill_test;
mod baseline_history_test;
mod chain_test;
mod duplicate_test;
mod invalid_test;
mod live_regression_test;
mod naming_test;
mod ops_backfill_test;
mod ops_parse_test;
mod plan_backfill_test;
mod plan_ops_test;
mod plan_test;
mod rollback_test;
mod start_test;
mod support;
mod trigger_sql_test;
mod trigger_test;
mod view_ddl_test;
mod view_test;
mod visibility_test;