This website requires JavaScript.
Explore
Help
Sign In
mart-w
/
kanidm
Watch
1
Star
0
Fork
You've already forked kanidm
0
mirror of
https://github.com/kanidm/kanidm.git
synced
2025-02-24 04:57:00 +01:00
Code
Issues
Actions
10
Packages
Projects
Releases
Wiki
Activity
684d72d09c
kanidm
/
libs
/
users
/
src
/
lib.rs
4 lines
92 B
Rust
Raw
Normal View
History
Unescape
Escape
Windows build fixes and test coverage (#2220) * adding testing for users functions * turning KanidmClient build error into a ClientError * removing a redundant closure
2023-10-17 09:18:07 +02:00
#[
cfg(target_family =
"
unix
"
)
]
pub
mod
unix
;
#[
cfg(target_family =
"
unix
"
)
]
pub
use
unix
::
*
;
Reference in a new issue
Copy permalink