Skip to main content

rs_keycloak/
lib.rs

1pub mod client;
2pub mod types;
3
4#[cfg(test)]
5mod tests {
6    use super::*;
7
8    #[test]
9    fn it_works() {
10        
11    }
12}