{"id":67445,"library":"async-bincode","title":"async-bincode","description":"Asynchronous access to a bincode-encoded item stream.","status":"active","version":"0.8.0","language":"rust","source_language":null,"source_url":"https://github.com/jonhoo/async-bincode","tags":["async","serialization","bincode"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nasync-bincode = \"0.8.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add async-bincode","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"AsyncBincodeReader","correct":"use async_bincode::AsyncBincodeReader;"}],"quickstart":{"code":"use async_bincode::AsyncBincodeReader;\nuse tokio::io::AsyncRead;\n\n#[tokio::main]\nasync fn main() {\n    let reader = AsyncBincodeReader::from(/* some AsyncRead */);\n    // Use reader to deserialize items\n}","lang":"rust","description":"Creates an async bincode reader from an async source."},"warnings":[{"fix":"Add tokio or async-std as a dependency and use appropriate runtime.","message":"Requires an async runtime like tokio or async-std.","severity":"gotcha","affected_versions":">=0.8.0"}],"env_vars":null,"search_vec":"'access':5 'async':2,13 'async-bincod':1 'asynchron':4 'bincod':3,9,15 'bincode-encod':8 'encod':10 'item':11 'serial':14 'stream':12","created_at":"2026-06-17T17:37:23.623769+00:00","updated_at":"2026-06-17T17:37:23.623769+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/jonhoo/async-bincode","github":"https://github.com/jonhoo/async-bincode","docs":"https://docs.rs/async-bincode/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","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}}