Docs.rs
fluvio-auth-0.1.1
fluvio-auth 0.1.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
sehz
Dependencies
async-trait ^0.1.41
normal
fluvio-dataplane-protocol ^0.1.0
normal
fluvio-controlplane-metadata ^0.2.0
normal
fluvio-future ^0.1.0
normal
fluvio-protocol ^0.2.0
normal
fluvio-socket ^0.3.0
normal
fluvio-stream-model ^0.2.0
normal
fluvio-types ^0.1.0
normal
flv-tls-proxy ^0.2.4
normal
futures-util ^0.3.5
normal
log ^0.4.11
normal
serde ^1.0.103
normal
serde_json ^1.0.59
normal
thiserror ^1.0.21
normal
tracing ^0.1.21
normal
tracing-futures ^0.2.4
normal
x509-parser ^0.8.2
normal
Versions
19.05%
of the crate is documented
Go to latest version
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
☰
?
1
2
3
4
5
6
7
mod
policy
;
mod
error
;
pub
mod
x509
;
pub
use
policy
::
*
;
pub
use
error
::
AuthError
;