ruwebframe 0.1.3

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
use serde::{Deserialize, Serialize};

pub mod rucmd;

pub use rucmd::*;
pub mod rucmd_init;

pub use rucmd_init::*;

mod rucmd_test;
pub mod ruframe;

pub use rucmd_test::*;