{"id":58959,"library":"apache-avro","title":"Apache Avro","description":"A library for working with Apache Avro in Rust.","status":"active","version":"0.21.0","language":"rust","source_language":null,"source_url":"https://github.com/apache/avro-rs","tags":["avro","serialization","apache","data","schema"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\napache-avro = \"0.21.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add apache-avro","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Reader","correct":"use apache_avro::Reader;"}],"quickstart":{"code":"use apache_avro::Reader;\nuse apache_avro::types::Value;\n\nfn main() {\n    let schema = r#\"{\"type\": \"record\", \"name\": \"test\", \"fields\": [{\"name\": \"x\", \"type\": \"int\"}]}\"#;\n    let reader = Reader::new(&schema).unwrap();\n    println!(\"Avro reader created\");\n}","lang":"rust","description":"Create an Avro reader with a schema."},"warnings":[{"fix":"Ensure schema is valid JSON and matches Avro specification.","message":"Schema validation errors can occur if schema is malformed.","severity":"gotcha","affected_versions":">=0.21.0"}],"env_vars":null,"search_vec":"'apach':1,8,14 'avro':2,9,12 'data':15 'librari':4 'rust':11 'schema':16 'serial':13 'work':6","created_at":"2026-06-16T16:44:57.157655+00:00","updated_at":"2026-06-16T16:44:57.157655+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/apache/avro-rs","github":"https://github.com/apache/avro-rs","docs":"https://docs.rs/apache-avro/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"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}}