Docs.rs
pas-external-0.14.1
pas-external 0.14.1
Docs.rs crate page
MIT
OR
Apache-2.0
13 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
hakchin
Dependencies
aes-gcm ^0.11
normal
optional
async-trait ^0.1
normal
axum ^0.8
normal
optional
axum-extra ^0.12
normal
optional
base64 ^0.22
normal
optional
jiff ^0.2
normal
ppoppo-clock ^0.1.1
normal
ppoppo-infra ^0.1.0
normal
optional
ppoppo-sdk-core ^0.4.1
normal
ppoppo-token ^0.4.1
normal
optional
rand ^0.10
normal
optional
reqwest ^0.13
normal
optional
serde ^1
normal
serde_json ^1
normal
sha2 ^0.11
normal
optional
thiserror ^2
normal
tokio ^1
normal
optional
tower ^0.5
normal
optional
tracing ^0.1
normal
optional
ulid ^2.0
normal
url ^2
normal
optional
wiremock ^0.6
normal
optional
async-trait ^0.1
dev
ppoppo-sdk-core ^0.4.1
dev
serde_json ^1
dev
static_assertions ^1
dev
thiserror ^2
dev
time ^0.3
dev
tokio ^1
dev
Versions
47.22%
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
Module clock
pas_
external
0.14.1
Module clock
Module Items
Modules
Traits
Type Aliases
In crate pas_
external
pas_external
Module
clock
Copy item path
Source
Modules
§
jiff
Jiff is a datetime library for Rust that encourages you to jump into the pit of success. The focus of this library is providing high level datetime primitives that are difficult to misuse and have reasonable performance.
native
Traits
§
Clock
Wall-clock readouts. Single port for “what time is it?” across all surfaces.
Timer
Async scheduling primitive. Single port for “wait N ms” / “yield event-loop tick”.
Type Aliases
§
ArcClock
Convenience aliases for the common injection shape.
ArcTimer