Docs.rs
nexus-common-0.4.1
nexus-common 0.4.1
Permalink
Docs.rs crate page
MIT
08 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
SHAcollision
tipogi
Dependencies
async-trait ^0.1.88
normal
chrono ^0.4.41
normal
deadpool-redis ^0.21.1
normal
dirs ^6.0.0
normal
neo4rs ^0.8.0
normal
once_cell ^1.21.3
normal
opentelemetry ^0.30
normal
opentelemetry-appender-tracing ^0.30.1
normal
opentelemetry-otlp ^0.30
normal
opentelemetry_sdk ^0.30
normal
pubky ^0.5.1
normal
pubky-app-specs ^0.3.4
normal
redis ^0.31
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
thiserror ^2.0.12
normal
tokio ^1.45.1
normal
toml ^0.8.23
normal
tracing ^0.1.41
normal
tracing-log ^0.2
normal
tracing-subscriber ^0.3
normal
utoipa ^5.4.0
normal
Versions
23.51%
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
DynError
nexus_
common
0.4.1
DynError
Aliased Type
In nexus_
common::
types
nexus_common
::
types
Type Alias
DynError
Copy item path
Source
pub type DynError =
Box
<dyn
Error
+
Send
+
Sync
>;
Aliased Type
ยง
pub struct DynError(
/* private fields */
);