{"id":20790588,"url":"https://github.com/brainiumllc/bicycle","last_synced_at":"2026-04-26T07:32:47.717Z","repository":{"id":111735681,"uuid":"285424700","full_name":"BrainiumLLC/bicycle","owner":"BrainiumLLC","description":"Handlebars with wheels. 🚴🏽","archived":false,"fork":false,"pushed_at":"2020-08-11T22:26:38.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-26T19:42:39.455Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/BrainiumLLC.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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}},"created_at":"2020-08-05T23:17:53.000Z","updated_at":"2024-01-29T11:15:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"33646bc4-f055-4cf8-80c1-1fbfc9984ec8","html_url":"https://github.com/BrainiumLLC/bicycle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BrainiumLLC/bicycle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainiumLLC%2Fbicycle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainiumLLC%2Fbicycle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainiumLLC%2Fbicycle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainiumLLC%2Fbicycle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrainiumLLC","download_url":"https://codeload.github.com/BrainiumLLC/bicycle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainiumLLC%2Fbicycle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32289926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T06:26:00.361Z","status":"ssl_error","status_checked_at":"2026-04-26T06:25:58.791Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-17T15:36:00.068Z","updated_at":"2026-04-26T07:32:47.701Z","avatar_url":"https://github.com/BrainiumLLC.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `bicycle`\n\n[Handlebars](https://handlebarsjs.com/) with wheels. 🚴🏽‍♀️\n\n...what are the wheels? Well, the `traverse` function!\n\nBuilt on top of the [`handlebars`](https://crates.io/crates/handlebars) crate, which is probably what you'd prefer using for a web backend.\n\n```rust\nuse bicycle::Bicycle;\n\nlet bike = Bicycle::default();\nlet rendered = bike.render(\"Hello {{name}}!\", |map| {\n    map.insert(\"name\", \"Shinji\");\n}).unwrap();\nassert_eq!(rendered, \"Hello Shinji!\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainiumllc%2Fbicycle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainiumllc%2Fbicycle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainiumllc%2Fbicycle/lists"}