{"id":30800677,"url":"https://github.com/simonit/embassy-embedded-time","last_synced_at":"2025-09-05T20:12:18.371Z","repository":{"id":310225537,"uuid":"1038599331","full_name":"SimonIT/embassy-embedded-time","owner":"SimonIT","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-16T15:57:45.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-16T17:23:30.830Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SimonIT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-15T13:55:14.000Z","updated_at":"2025-08-16T15:57:48.000Z","dependencies_parsed_at":"2025-08-16T17:36:14.037Z","dependency_job_id":null,"html_url":"https://github.com/SimonIT/embassy-embedded-time","commit_stats":null,"previous_names":["simonit/embassy-embedded-time"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/SimonIT/embassy-embedded-time","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonIT%2Fembassy-embedded-time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonIT%2Fembassy-embedded-time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonIT%2Fembassy-embedded-time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonIT%2Fembassy-embedded-time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimonIT","download_url":"https://codeload.github.com/SimonIT/embassy-embedded-time/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimonIT%2Fembassy-embedded-time/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273813835,"owners_count":25172892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-05T20:12:17.038Z","updated_at":"2025-09-05T20:12:18.360Z","avatar_url":"https://github.com/SimonIT.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# embassy-embedded-time\n\nProvides an\n[`embedded-time::Clock`](https://docs.rs/embedded-time/latest/embedded_time/clock/trait.Clock.html)\nusing [`embassy_time`] so that `embedded-time` can easily be used with [embassy](https://embassy.dev/).\n\n### Usage\n\nIt's extremely straight-forward to start using a clock:\n\n```rust\nuse embassy_embedded_time::EmbassyClock;\nuse embedded_time::Clock;\n\nfn main() {\n    let clock = EmbassyClock::default();\n\n    let now = clock.try_now().unwrap();\n    println!(\"Current time: {:?}\", now);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonit%2Fembassy-embedded-time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonit%2Fembassy-embedded-time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonit%2Fembassy-embedded-time/lists"}