Docs.rs
otp-std-0.2.3
otp-std 0.2.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nekitdev
Dependencies
base32 ^0.5.1
normal
bon ^3.3.2
normal
const-macros ^0.1.1
normal
constant_time_eq ^0.3.1
normal
hmac ^0.12.1
normal
miette ^7.5.0
normal
rand ^0.9.0
normal
optional
serde ^1.0.217
normal
optional
sha1 ^0.10.6
normal
sha2 ^0.10.8
normal
optional
thiserror ^2.0.11
normal
url ^2.5.4
normal
optional
urlencoding ^2.1.3
normal
optional
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
otp_std
0.2.3
Module scheme
Module Items
Structs
Constants
Functions
In otp_
std::
auth
otp_std
::
auth
Module
scheme
Copy item path
Source
Available on
crate feature
auth
only.
Expand description
Authentication scheme.
Structs
§
Error
Represents errors that occur when unexpected schemes are encountered.
Constants
§
SCHEME
The scheme used in OTP URLs.
Functions
§
check
Checks whether the given scheme matches
SCHEME
.
check_
url
Checks whether the given URL has the scheme matching
SCHEME
.