Docs.rs
scim-server-0.5.3
scim-server 0.5.3
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
pukeko37
Dependencies
async-trait ^0.1
normal
optional
base64 ^0.21
normal
chrono ^0.4.38
normal
log ^0.4
normal
rust-mcp-sdk ^0.5
normal
optional
serde ^1.0.215
normal
serde_json ^1.0.132
normal
sha2 ^0.10
normal
sqlx ^0.8
normal
thiserror ^2.0.9
normal
tokio ^1.47.0
normal
uuid ^1.11.0
normal
criterion ^0.5
dev
env_logger ^0.10
dev
futures ^0.3
dev
proptest ^1.4
dev
tokio-test ^0.4
dev
Versions
86.48%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
AuthState
scim_
server
0.5.3
Auth
State
Implementors
In scim_
server::
auth
scim_server
::
auth
Trait
Auth
State
Copy item path
Source
pub trait AuthState:
Send
+
Sync
+ 'static { }
Expand description
Type-level authentication states using phantom types
Implementors
§
Source
§
impl
AuthState
for
Authenticated
Source
§
impl
AuthState
for
Unauthenticated