ruwebframe 0.1.8

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
15
pub mod dicontainer;

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

pub use di_example::*;

pub mod di_example_init;
#[cfg(test)]
pub mod di_example_test;
pub use di_example_init::*;