{"id":72352,"library":"agnostic","title":"Agnostic","description":"An agnostic abstraction layer for any async runtime.","status":"active","version":"0.9.0","language":"rust","source_language":null,"source_url":"https://github.com/al8n/agnostic","tags":["async","runtime","abstraction"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nagnostic = \"0.9.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add agnostic","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Runtime","correct":"use agnostic::Runtime;"}],"quickstart":{"code":"use agnostic::Runtime;\n\nfn main() {\n    let rt = agnostic::tokio::Tokio::new();\n    rt.block_on(async {\n        println!(\"Hello from agnostic runtime\");\n    });\n}","lang":"rust","description":"Use agnostic runtime abstraction with Tokio."},"warnings":[],"env_vars":null,"search_vec":"'abstract':4,12 'agnost':1,3 'async':8,10 'layer':5 'runtim':9,11","created_at":"2026-06-17T18:37:59.501667+00:00","updated_at":"2026-06-17T18:37:59.501667+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/al8n/agnostic","github":"https://github.com/al8n/agnostic","docs":"https://docs.rs/agnostic/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async"],"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}}