Docs.rs
bitfold-host-0.1.4
bitfold-host 0.1.4
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
russellwmy
Dependencies
bitfold-core ^0.1.3
normal
bitfold-peer ^0.1.3
normal
bitfold-protocol ^0.1.3
normal
crossbeam-channel ^0.5.15
normal
socket2 ^0.6.1
normal
tracing ^0.1.41
normal
Versions
100%
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
Module time
bitfold_
host
0.1.4
Module time
Module Items
Structs
Traits
In crate bitfold_
host
bitfold_host
Module
time
Copy item path
Source
Expand description
Time utilities for the host.
Structs
§
System
Clock
System clock using
Instant::now()
.
Traits
§
Clock
Abstraction over a time source to improve testability.