{"id":72439,"library":"std-embedded-time","title":"Std Embedded Time","description":"Implementation of embedded-time Clocks using std::time.","status":"active","version":"0.1.0","language":"rust","source_language":null,"source_url":"https://github.com/quartiq/std-embedded-time","tags":["embedded","time","clock","std"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nstd-embedded-time = \"0.1.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add std-embedded-time","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"StdClock","correct":"use std_embedded_time::StdClock;"}],"quickstart":{"code":"use std_embedded_time::StdClock;\nuse embedded_time::Clock;\n\nfn main() {\n    let clock = StdClock;\n    let now = clock.try_now().unwrap();\n    println!(\"{:?}\", now);\n}","lang":"rust","description":"Uses std::time as an embedded-time clock."},"warnings":[],"env_vars":null,"search_vec":"'clock':9,15 'embed':2,7,13 'embedded-tim':6 'implement':4 'std':1,11,16 'time':3,8,12,14 'use':10","created_at":"2026-06-17T18:39:10.003956+00:00","updated_at":"2026-06-17T18:39:10.003956+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/quartiq/std-embedded-time","github":"https://github.com/quartiq/std-embedded-time","docs":"https://docs.rs/std-embedded-time/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}