{"id":70014,"library":"agnostic-lite","title":"Agnostic Lite","description":"An agnostic abstraction layer for any async runtime, allowing code to be runtime-agnostic.","status":"active","version":"0.6.1","language":"rust","source_language":null,"source_url":"https://github.com/al8n/agnostic","tags":["async","runtime","abstraction","agnostic"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nagnostic-lite = \"0.6.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add agnostic-lite","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Runtime","correct":"use agnostic_lite::Runtime;"}],"quickstart":{"code":"use agnostic_lite::Runtime;\n\nfn main() {\n    // Runtime is a trait; implement for your async runtime\n    println!(\"Agnostic runtime trait ready\");\n}","lang":"rust","description":"Imports the Runtime trait for async runtime abstraction."},"warnings":[{"fix":"Implement the trait for tokio, async-std, etc.","message":"Requires implementing the Runtime trait for your specific async runtime","severity":"gotcha","affected_versions":">=0.6.0"}],"env_vars":null,"search_vec":"'abstract':5,20 'agnost':1,4,17,21 'allow':11 'async':9,18 'code':12 'layer':6 'lite':2 'runtim':10,16,19 'runtime-agnost':15","created_at":"2026-06-17T18:08:35.264337+00:00","updated_at":"2026-06-17T18:08:35.264337+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-lite/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async","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}}