Registry / utility / std-embedded-time

std-embedded-time

JSON →
library0.1.0rscratesunverified

Implementation of embedded-time Clocks using std::time.

# Cargo.toml [dependencies] std-embedded-time = "0.1.0"
INSTALL
IMPORT
SIG · STD-EMBEDDED-TIME
S
std-embedded-time
utilityrustv0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StdClock
use std_embedded_time::StdClock;

Uses std::time as an embedded-time clock.

use std_embedded_time::StdClock; use embedded_time::Clock; fn main() { let clock = StdClock; let now = clock.try_now().unwrap(); println!("{:?}", now); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
std-embedded-time — cargo add std-embedded-time · libregistry