{"id":64780,"library":"icza-bitio","title":"bitio","description":"An optimized bit-level Reader and Writer for Go.","status":"active","version":"1.1.0","language":"go","source_language":null,"source_url":"https://github.com/icza/bitio","tags":["bit","io","reader","writer","binary"],"install":[{"cmd":"go get github.com/icza/bitio","lang":"bash","label":"Install github.com/icza/bitio"}],"dependencies":[],"imports":[{"symbol":"bitio","correct":"github.com/icza/bitio"}],"quickstart":{"code":"package main\n\nimport (\n\t\"bytes\"\n\t\"fmt\"\n\t\"github.com/icza/bitio\"\n)\n\nfunc main() {\n\tvar buf bytes.Buffer\n\tw := bitio.NewWriter(&buf)\n\tw.WriteBits(0xAA, 8)\n\tw.Close()\n\tr := bitio.NewReader(&buf)\n\tval, err := r.ReadBits(8)\n\tif err == nil {\n\t\tfmt.Printf(\"Read: %x\\n\", val)\n\t}\n}","lang":"go","description":"Write and read bits using bitio Writer and Reader."},"warnings":[],"env_vars":null,"search_vec":"'binari':16 'bit':5,12 'bit-level':4 'bitio':1 'go':11 'io':13 'level':6 'optim':3 'reader':7,14 'writer':9,15","created_at":"2026-06-17T17:00:12.110318+00:00","updated_at":"2026-06-17T17:00:12.110318+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/icza/bitio","github":"https://github.com/icza/bitio","docs":"https://pkg.go.dev/github.com/icza/bitio#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["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}}