sa-token-macro 0.1.16

Procedural macros for sa-token-rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Author: 金书记
//
//! 过程宏模块

pub mod check_login;
pub mod check_permission;
pub mod check_role;
pub mod check_permissions_and;
pub mod check_permissions_or;
pub mod check_roles_and;
pub mod check_roles_or;
pub mod ignore;