ruwebframe 0.1.4

a simple webframe for rust actix-web, based on rudi and rbatis.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod dicontainer;

pub mod diconst;
pub mod didto;
pub mod diexample;
pub mod difactroy;
pub mod ditemplate;
pub mod ditrait;

pub use diexample::*;
pub mod diexample_init;
#[cfg(test)]
pub mod diexample_test;
pub use diexample_init::*;