{"id":17799374,"url":"https://github.com/danue1/grape-rs","last_synced_at":"2025-03-17T05:32:35.744Z","repository":{"id":98588194,"uuid":"451898448","full_name":"Danue1/grape-rs","owner":"Danue1","description":"Grape is a GraphQL Lexer, Parser, Validator, and Runtime.","archived":false,"fork":false,"pushed_at":"2022-01-31T07:48:42.000Z","size":123,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T18:27:25.841Z","etag":null,"topics":["graphql","lexer","parser","runtime","validator"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Danue1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-01-25T13:57:52.000Z","updated_at":"2022-11-14T02:02:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7ae7188-7336-49a9-855d-95be87935fd9","html_url":"https://github.com/Danue1/grape-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danue1%2Fgrape-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danue1%2Fgrape-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danue1%2Fgrape-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danue1%2Fgrape-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Danue1","download_url":"https://codeload.github.com/Danue1/grape-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243846984,"owners_count":20357297,"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":["graphql","lexer","parser","runtime","validator"],"created_at":"2024-10-27T12:06:56.270Z","updated_at":"2025-03-17T05:32:35.720Z","avatar_url":"https://github.com/Danue1.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grape\n\n`Grape` is a GraphQL Lexer, Parser, Validator, and Runtime.\n\n```rust\nuse grape::Parse;\n\nfn main() {\n  let source = \"{ post { user } }\";\n  let mut parse = Parse::new(source);\n  let document = parse.document();\n  println!(\"{:#?}\", document);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanue1%2Fgrape-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanue1%2Fgrape-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanue1%2Fgrape-rs/lists"}