ruwebframe 0.1.12

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
16
17
    // package {{.SinglePKG}}

use crate::rubase::BaseEntity;


#[cfg(test)]
mod tests {
    use crate::rudi::difactroy::rusingle;
    use super::*;

    #[test]
    fn test_01_find_bean() {
        let dto = rusingle::find_bean_ru_single();
         dto.unwrap() .lock().unwrap().execute();

    }
}