{"id":15648093,"url":"https://github.com/noracodes/update_rate","last_synced_at":"2025-04-30T14:41:27.332Z","repository":{"id":57671215,"uuid":"85136641","full_name":"NoraCodes/update_rate","owner":"NoraCodes","description":"A generic, low-overhead update rate counter for FPS counters and the like","archived":false,"fork":false,"pushed_at":"2023-03-26T14:17:45.000Z","size":17,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T07:57:24.847Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NoraCodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-03-16T01:01:47.000Z","updated_at":"2024-03-30T23:33:34.000Z","dependencies_parsed_at":"2024-10-03T12:23:39.422Z","dependency_job_id":"7d6ed752-de0b-492d-8fc2-01f357b28ed3","html_url":"https://github.com/NoraCodes/update_rate","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":"0.33333333333333337","last_synced_commit":"eb28cac5b18db8d7d7e6fb2b6b4d29e4966a9b57"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoraCodes%2Fupdate_rate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoraCodes%2Fupdate_rate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoraCodes%2Fupdate_rate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoraCodes%2Fupdate_rate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NoraCodes","download_url":"https://codeload.github.com/NoraCodes/update_rate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251722816,"owners_count":21633019,"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","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":"2024-10-03T12:23:23.483Z","updated_at":"2025-04-30T14:41:27.311Z","avatar_url":"https://github.com/NoraCodes.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# update_rate\n\n[![Build Status](https://travis-ci.org/NoraCodes/update_rate.svg?branch=master)](https://travis-ci.org/NoraCodes/update_rate)\n[![docs.rs documented](https://docs.rs/update_rate/badge.svg)](https://docs.rs/update_rate/)\n[![available on crates.io](https://img.shields.io/crates/v/update_rate.svg)](https://crates.io/crates/update_rate/)\n\nA generic, low-overhead rate counter for frames-per-second indicators,\nmeasurement averaging, and more.\n\n```rust\nuse update_rate::{RateCounter, RollingRateCounter};\n\nlet mut c = RollingRateCounter::new(10);\n\nloop {\n    c.update();\n    mycrate.work(); // Perform the slow operation\n    println!(\"Updating at {}\", c); \n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoracodes%2Fupdate_rate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoracodes%2Fupdate_rate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoracodes%2Fupdate_rate/lists"}