Docs.rs
centaurus-0.4.2
centaurus 0.4.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Profiidev
Dependencies
argon2 ^0.5.3
normal
optional
async-trait ^0.1.89
normal
optional
axum ^0.8.4
normal
optional
axum-extra ^0.10.1
normal
optional
base64 ^0.22.1
normal
optional
centaurus-derive ^0.1.0
normal
chrono ^0.4.42
normal
optional
color-eyre ^0.6.5
normal
optional
eyre ^0.6.12
normal
optional
hmac ^0.12.1
normal
optional
http ^1.3.1
normal
optional
image ^0.25.8
normal
optional
jsonwebtoken ^10.0.0
normal
optional
k8s-openapi ^0.26.0
normal
optional
kube ^2.0.1
normal
optional
lettre ^0.11.19
normal
optional
metrics ^0.24.2
normal
optional
metrics-exporter-prometheus ^0.17.2
normal
optional
reqwest ^0.12.23
normal
optional
rsa ^0.9.8
normal
optional
sea-orm ^1.1.16
normal
optional
sea-orm-migration ^1.1.17
normal
optional
serde ^1.0.228
normal
optional
serde-xml-rs ^0.8.1
normal
optional
serde_json ^1.0.145
normal
optional
thiserror ^2.0.16
normal
optional
tokio ^1.47.1
normal
optional
tower ^0.5.2
normal
optional
tower-http ^0.6.6
normal
optional
tracing ^0.1.41
normal
optional
tracing-error ^0.2.1
normal
optional
tracing-subscriber =0.3.19
normal
optional
uuid ^1.18.1
normal
optional
webauthn-rs-core ^0.5.3
normal
optional
Versions
0%
of the crate is documented
Go to latest version
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
ErrorReportExt
centaurus
0.4.2
Error
Report
Ext
Required Methods
context
Implementations on Foreign Types
Result<T, E>
Implementors
In centaurus::
error
centaurus
::
error
Trait
Error
Report
Ext
Copy item path
Source
pub trait ErrorReportExt<T> { // Required method fn
context
(self, msg: &
str
) ->
Result
<T>; }
Required Methods
§
Source
fn
context
(self, msg: &
str
) ->
Result
<T>
Implementations on Foreign Types
§
Source
§
impl<T, E:
Into
<
ErrorReport
>>
ErrorReportExt
<T> for
Result
<T, E>
Source
§
fn
context
(self, msg: &
str
) ->
Result
<T>
Implementors
§