{"id":75641,"library":"ticker","title":"Ticker","description":"Rate limited Iterators, providing throttled iteration over sequences.","status":"active","version":"0.1.1","language":"rust","source_language":null,"source_url":"https://github.com/turnage/ticker","tags":["iterator","rate-limiting","throttle","time"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nticker = \"0.1.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add ticker","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Ticker","correct":"use ticker::Ticker;"}],"quickstart":{"code":"use ticker::Ticker;\nuse std::time::Duration;\n\nfn main() {\n    let ticker = Ticker::new(Duration::from_secs(1));\n    for _ in ticker.take(3) {\n        println!(\"tick\");\n    }\n}","lang":"rust","description":"Creates a ticker that yields at most once per second."},"warnings":[],"env_vars":null,"search_vec":"'iter':4,7,10 'limit':3,13 'provid':5 'rate':2,12 'rate-limit':11 'sequenc':9 'throttl':6,14 'ticker':1 'time':15","created_at":"2026-06-17T19:19:09.068593+00:00","updated_at":"2026-06-17T19:19:09.068593+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/turnage/ticker","github":"https://github.com/turnage/ticker","docs":"https://docs.rs/ticker/","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}}