rustyroad 1.7.4

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
pub mod directory;
pub mod file;
pub mod layout;
pub mod naming;
pub mod ownership;
pub mod report;
pub mod rust;
pub mod tetherscript;
pub mod typescript;

pub use directory::*;
pub use file::*;