{"id":71825,"library":"rwxrob-scan","title":"Scan","description":"A scanning and parsing library for Go, providing flexible input processing.","status":"active","version":"0.11.0","language":"go","source_language":null,"source_url":"https://github.com/rwxrob/scan","tags":["scanner","parser","input-processing","utility"],"install":[{"cmd":"go get github.com/rwxrob/scan","lang":"bash","label":"Install github.com/rwxrob/scan"}],"dependencies":[],"imports":[{"symbol":"scan","correct":"github.com/rwxrob/scan"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/rwxrob/scan\"\n)\n\nfunc main() {\n\ts := scan.NewScanner(\"hello world\")\n\tfor s.Scan() {\n\t\tfmt.Println(s.Text())\n\t}\n}","lang":"go","description":"Scan and print tokens from a string."},"warnings":[],"env_vars":null,"search_vec":"'flexibl':10 'go':8 'input':11,16 'input-process':15 'librari':6 'pars':5 'parser':14 'process':12,17 'provid':9 'scan':1,3 'scanner':13 'util':18","created_at":"2026-06-17T18:31:51.780876+00:00","updated_at":"2026-06-17T18:31:51.780876+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/rwxrob/scan","github":"https://github.com/rwxrob/scan","docs":"https://pkg.go.dev/github.com/rwxrob/scan#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}}