Docs.rs
authnz-common-0.2.4
authnz-common 0.2.4
Permalink
Docs.rs crate page
22 June 2026
Links
crates.io
Source
Owners
markcda
Dependencies
authnz-totp ^5.6.0
normal
base64 ^0.22
normal
chacha20poly1305 ^0.10
normal
optional
chrono ^0.4
normal
ed25519-dalek ^2.1.1
normal
optional
impulse-utils ^1.0.0-alpha.9
normal
rand ^0.9
normal
regex ^1.11
normal
rmp-serde ^1.3
normal
serde ^1
normal
serde_json ^1
normal
optional
thiserror ^2.0
normal
authnz-pqc-dilithium ^0.2.0
normal
optional
authnz-u2f ^0.2.8
normal
authnz-pqc-dilithium ^0.2.0
normal
optional
authnz-u2f ^0.2.8
normal
impulse-server-kit ^1.0.0-alpha.9
normal
optional
rand_chacha ^0.9
normal
Versions
100%
of the crate is documented
Platform
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
Skip to main content
base64_encode
authnz_
common
0.2.4
authnz_common
Function
base64_
encode
Copy item path
Source
pub fn base64_encode(data: &[
u8
]) ->
String
Expand description
Encodes data by
URL_SAFE
base64 engine.