{"id":22964787,"url":"https://github.com/michaelvanstraten/rusty-html","last_synced_at":"2025-08-02T16:09:20.887Z","repository":{"id":57665896,"uuid":"464446055","full_name":"michaelvanstraten/rusty-html","owner":"michaelvanstraten","description":"This crate allows for Jsx html inline like syntax in rust","archived":false,"fork":false,"pushed_at":"2023-01-10T19:32:03.000Z","size":78172,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-08T21:08:42.700Z","etag":null,"topics":["jsx-syntax","rust","rust-macros","template-engine"],"latest_commit_sha":null,"homepage":"https://docs.rs/rusty-html/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelvanstraten.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-28T10:58:57.000Z","updated_at":"2023-07-14T19:13:21.000Z","dependencies_parsed_at":"2023-02-08T20:01:01.250Z","dependency_job_id":null,"html_url":"https://github.com/michaelvanstraten/rusty-html","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/michaelvanstraten%2Frusty-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelvanstraten%2Frusty-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelvanstraten%2Frusty-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelvanstraten%2Frusty-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelvanstraten","download_url":"https://codeload.github.com/michaelvanstraten/rusty-html/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229749307,"owners_count":18118325,"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":["jsx-syntax","rust","rust-macros","template-engine"],"created_at":"2024-12-14T20:12:26.870Z","updated_at":"2024-12-14T20:12:27.495Z","avatar_url":"https://github.com/michaelvanstraten.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rusty-html\n\nRusty HTML is a html-templating/web(in progress) framework.\n\n### Example\n\n```rust\nuse rusty_html::html;\n\nfn main() {\n    let links = [\n        (\"https://wikipedia.com\", \"Wikipedia\"),\n        (\"https://twitter.com\", \"Twitter\"),\n        (\"https://youtube.com\", \"Youtube\"),\n    ];\n\n    let html = html!(\n        \u003cdiv\u003e\n        {\n            for (link, link_title) in links {\n                \u003ca src={link}\u003e{link_title}\u003c/a\u003e\n            }\n        }\n        \u003c/div\u003e\n    );\n\n    println!(\"{html}\");\n}\n```\n\nLicense: MIT\n\nLicense: MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelvanstraten%2Frusty-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelvanstraten%2Frusty-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelvanstraten%2Frusty-html/lists"}