{"id":13484801,"url":"https://github.com/roogle-rs/roogle","last_synced_at":"2025-03-27T16:31:21.201Z","repository":{"id":46056491,"uuid":"374602894","full_name":"roogle-rs/roogle","owner":"roogle-rs","description":"A Rust API search engine","archived":false,"fork":false,"pushed_at":"2024-08-05T04:31:36.000Z","size":14248,"stargazers_count":398,"open_issues_count":6,"forks_count":16,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-10-30T18:42:50.728Z","etag":null,"topics":["rust","search-engine","types"],"latest_commit_sha":null,"homepage":"https://roogle.hkmatsumoto.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roogle-rs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"hkmatsumoto"}},"created_at":"2021-06-07T09:09:04.000Z","updated_at":"2024-10-24T14:19:11.000Z","dependencies_parsed_at":"2024-08-05T05:55:02.065Z","dependency_job_id":null,"html_url":"https://github.com/roogle-rs/roogle","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roogle-rs%2Froogle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roogle-rs%2Froogle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roogle-rs%2Froogle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roogle-rs%2Froogle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roogle-rs","download_url":"https://codeload.github.com/roogle-rs/roogle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245882386,"owners_count":20687877,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rust","search-engine","types"],"created_at":"2024-07-31T17:01:34.071Z","updated_at":"2025-03-27T16:31:20.764Z","avatar_url":"https://github.com/roogle-rs.png","language":"Rust","funding_links":["https://github.com/sponsors/hkmatsumoto"],"categories":["Rust"],"sub_categories":[],"readme":"# Roogle\nRoogle is a Rust API search engine, which allows you to search functions by names and type signatures.\n\n## Progress\n\n### Available Queries\n- [x] Function queries\n- [x] Method queries\n\n### Available Types to Query\n- [x] Primitive types\n- [ ] Generic types\n  - [x] Without bounds and where predicates (e.g., `\u003cT\u003e`)\n  - [ ] With bounds (e.g., `\u003cT: Copy\u003e`)\n  - [ ] With where predicates\n- [x] Custom types\n  - [x] Without generic args (e.g., `IpAddr`)\n  - [x] With generic args (e.g., `Vec\u003cT\u003e`, `Option\u003cT\u003e`)\n- [ ] Other types\n\n## Example\n```sh\n$ cargo r --release\n# Then, on another shell session, run:\n$ curl -X GET \\\n      -d \"fn (Option\u003cResult\u003cT, E\u003e\u003e) -\u003e Result\u003cOption\u003cT\u003e, E\u003e\u003e\" \\\n      \"localhost:8000/search?scope=set:libstd\"\n```\n\n## Example with Docker\n```sh\n$ docker-compose up\n# Then, on another shell session, run:\n$ curl -X GET \\\n      -d \"fn (Option\u003cResult\u003cT, E\u003e\u003e) -\u003e Result\u003cOption\u003cT\u003e, E\u003e\u003e\" \\\n      \"localhost:8000/search?scope=set:libstd\"\n```\n\n## Query Syntax\n\n- `fn f(type) -\u003e type`\n- `fn (type) -\u003e type`\n- `fn(type) -\u003e type`\n- `(type) -\u003e type`\n\n## Related Project\n- [cargo-roogle](https://github.com/roogle-rs/cargo-roogle)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froogle-rs%2Froogle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froogle-rs%2Froogle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froogle-rs%2Froogle/lists"}