Docs.rs
acex-server-0.6.1
acex-server 0.6.1
Docs.rs crate page
MIT
or
Apache-2.0
22 September 2026
Links
Repository
crates.io
Source
Owners
MRWGNRRR
Dependencies
acex-core ^0.6.0
normal
acex-proto ^0.6.0
normal
acex-sim ^0.6.0
normal
acex-uds ^0.6.0
normal
defmt ^1.1.1
normal
optional
Versions
47.47%
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
acex_
server
0.6.1
Module clock
Module Items
Structs
Traits
In crate acex_
server
acex_server
Module
clock
Copy item path
Source
Structs
§
Duration
A span of time in microseconds.
Instant
A point in time represented as microseconds since an arbitrary epoch.
SimClock
Traits
§
Clock
Provides the current time as an
Instant
.