Docs.rs
ax-std-0.5.11
ax-std 0.5.11
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:rcore-os:crates-io
ZCShou
Dependencies
ax-api ^0.5
normal
ax-errno ^0.4
normal
ax-feat ^0.5
normal
ax-io ^0.5
normal
ax-kspin ^0.3
normal
ax-lazyinit ^0.4
normal
lock_api ^0.4
normal
spin ^0.10
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
aarch64-unknown-linux-gnu
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
Skip to main content
Module time
ax_std
0.5.11
Module time
Module Items
Structs
In crate ax_
std
ax_std
Module
time
Copy item path
Source
Expand description
Temporal quantification.
Structs
ยง
Duration
A
Duration
type to represent a span of time, typically used for system timeouts.
Instant
A measurement of a monotonically nondecreasing clock. Opaque and useful only with
Duration
.