{"id":57508,"library":"instant","title":"Instant","description":"Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.","status":"active","version":"0.1.13","language":"rust","source_language":null,"source_url":"https://github.com/sebcrozet/instant","tags":["time","wasm","instant","unmaintained"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ninstant = \"0.1.13\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add instant","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Instant","correct":"use instant::Instant;"}],"quickstart":{"code":"use instant::Instant;\n\nfn main() {\n    let start = Instant::now();\n    // ... do something ...\n    let elapsed = start.elapsed();\n    println!(\"Elapsed: {:?}\", elapsed);\n}","lang":"rust","description":"Measures elapsed time using Instant, compatible with WASM."},"warnings":[{"fix":"Replace with web-time crate for ongoing support.","message":"Crate is unmaintained; consider using web-time instead.","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"search_vec":"'consid':3 'instant':1,15,23 'instead':8 'partial':10 'replac':11 'std':13 'time':7,14,21 'unmaintain':2,24 'use':4 'wasm':19,22 'web':6 'web-tim':5 'work':17","created_at":"2026-06-16T15:45:03.503396+00:00","updated_at":"2026-06-16T15:45:03.503396+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/sebcrozet/instant","github":"https://github.com/sebcrozet/instant","docs":"https://docs.rs/instant/","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-16","next_check":"2026-12-13","install_tag":null}}