{"id":75231,"library":"paulmach-protoscan","title":"Protobuf Scanner","description":"A Go library for scanning and iterating over protobuf message fields without full deserialization.","status":"active","version":"0.2.1","language":"go","source_language":null,"source_url":"https://github.com/paulmach/protoscan","tags":["protobuf","protobuf","scan","serialization"],"install":[{"cmd":"go get github.com/paulmach/protoscan","lang":"bash","label":"Install github.com/paulmach/protoscan"}],"dependencies":[],"imports":[{"symbol":"protoscan","correct":"github.com/paulmach/protoscan"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/paulmach/protoscan\"\n)\n\nfunc main() {\n\tdata := []byte{...} // protobuf bytes\n\tscanner := protoscan.New(data)\n\tfor scanner.Next() {\n\t\tfmt.Println(scanner.FieldNumber(), scanner.WireType())\n\t}\n}","lang":"go","description":"Scans through protobuf binary data and prints field numbers and wire types."},"warnings":[],"env_vars":null,"search_vec":"'deseri':16 'field':13 'full':15 'go':4 'iter':9 'librari':5 'messag':12 'protobuf':1,11,17,18 'scan':7,19 'scanner':2 'serial':20 'without':14","created_at":"2026-06-17T19:14:15.012403+00:00","updated_at":"2026-06-17T19:14:15.012403+00:00","problems":[],"ecosystem":"go","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/paulmach/protoscan","github":"https://github.com/paulmach/protoscan","docs":"https://pkg.go.dev/github.com/paulmach/protoscan#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization","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}}