{"id":20238153,"url":"https://github.com/sebastianspeitel/ruestung","last_synced_at":"2026-06-11T07:31:37.469Z","repository":{"id":244349923,"uuid":"814990312","full_name":"SebastianSpeitel/ruestung","owner":"SebastianSpeitel","description":"Typesafe REST client builder","archived":false,"fork":false,"pushed_at":"2024-06-19T11:56:02.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-02T17:05:07.274Z","etag":null,"topics":["builder","crate","library","rest-api","rust"],"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/SebastianSpeitel.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":"2024-06-14T05:56:37.000Z","updated_at":"2024-06-19T11:56:05.000Z","dependencies_parsed_at":"2024-06-19T21:08:37.022Z","dependency_job_id":null,"html_url":"https://github.com/SebastianSpeitel/ruestung","commit_stats":null,"previous_names":["sebastianspeitel/ruestung"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SebastianSpeitel/ruestung","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebastianSpeitel%2Fruestung","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebastianSpeitel%2Fruestung/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebastianSpeitel%2Fruestung/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebastianSpeitel%2Fruestung/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SebastianSpeitel","download_url":"https://codeload.github.com/SebastianSpeitel/ruestung/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebastianSpeitel%2Fruestung/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34188272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["builder","crate","library","rest-api","rust"],"created_at":"2024-11-14T08:31:50.024Z","updated_at":"2026-06-11T07:31:37.444Z","avatar_url":"https://github.com/SebastianSpeitel.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruestung\n\nTypesafe REST client builder.\n\n## Example\n\n```rust\nuse ruestung::prelude::*;\n\n#[derive(Debug, serde::Deserialize)]\nstruct CatFact {\n    fact: String,\n    length: usize,\n}\n\nstruct Fact;\nimpl Endpoint for Fact {\n    const URL: \u0026'static str = \"https://catfact.ninja/fact\";\n    type Query = ();\n    type Response = CatFact;\n}\n\n#[tokio::main]\nasync fn main() {\n    let api = Api::\u003cFact, _\u003e::new();\n\n    let fact = api.into_future().await.unwrap();\n\n    dbg!(fact);\n}\n```\n\nMore complex examples can be found in the [`examples`](./examples) directory.\n\n## TODOs\n\n- [ ] More complex examples\n- [ ] Implement IntoFuture\n- [ ] Implement Stream for paginated endpoints\n\n## Name\n\n`Rust` + `REST` = `ruest` (already taken) =\u003e `ruestung` (german word for armor)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastianspeitel%2Fruestung","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebastianspeitel%2Fruestung","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastianspeitel%2Fruestung/lists"}