rustyroad 1.0.26

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
pub mod controllers;
pub mod file;
pub mod general;
pub mod migrations;
pub mod models;
pub mod project_creation;
pub mod templates;
pub mod write_to_controllers_mod;
pub mod write_to_main;

pub use controllers::*;
pub use file::*;
pub use general::*;
pub use migrations::*;
pub use models::*;
pub use project_creation::*;
pub use templates::*;
pub use write_to_controllers_mod::*;
pub use write_to_main::*;