{"id":28558158,"url":"https://github.com/w-lfpup/coyote-rs","last_synced_at":"2026-06-06T19:30:58.941Z","repository":{"id":230545026,"uuid":"779173835","full_name":"w-lfpup/coyote-rs","owner":"w-lfpup","description":"build html with html in rust","archived":false,"fork":false,"pushed_at":"2026-01-17T02:35:53.000Z","size":298,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-17T14:41:02.571Z","etag":null,"topics":["components","html","rust","templates","xml"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/w-lfpup.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-29T07:54:27.000Z","updated_at":"2025-12-14T05:59:25.000Z","dependencies_parsed_at":"2024-05-22T21:44:24.060Z","dependency_job_id":"a219d7ce-216b-4701-8342-f5bab9685756","html_url":"https://github.com/w-lfpup/coyote-rs","commit_stats":null,"previous_names":["taylor-vann/html-rs","wolfpup-software/html-rs","wolfpup-software/txml-rs","wolfpup-software/coyote-rs","w-lfpup/coyote-rs"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/w-lfpup/coyote-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w-lfpup%2Fcoyote-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w-lfpup%2Fcoyote-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w-lfpup%2Fcoyote-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w-lfpup%2Fcoyote-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w-lfpup","download_url":"https://codeload.github.com/w-lfpup/coyote-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w-lfpup%2Fcoyote-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33997732,"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-06T02:00:07.033Z","response_time":107,"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":["components","html","rust","templates","xml"],"created_at":"2025-06-10T08:08:05.106Z","updated_at":"2026-06-06T19:30:58.937Z","avatar_url":"https://github.com/w-lfpup.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coyote-rs\n\nCreate `HTML` documents in Rust.\n\nHTML in, HTML out.\n\nNo suprises, no dependencies.\n\n[![Tests](https://github.com/w-lfpup/coyote-rs/actions/workflows/tests.yml/badge.svg)](https://github.com/w-lfpup/coyote-rs/actions/workflows/tests.yml)\n\n## Install\n\n`Coyote-rs` is available on [crates.io](https://crates.io/crates/coyotes) as `coyotes`:\n\n```sh\ncargo add coyotes\n```\n\nOr add directly from git:\n\n```sh\ncargo add --git https://github.com/w-lfpup/coyote-rs\n```\n\n## Components\n\nCreate document fragments with coyote [components](./components.md).\n\n```rust\nuse coyotes::{Component, tmpl};\n\nfn hello_world() -\u003e Component {\n    tmpl(\"\u003cp\u003ehai :3\u003c/p\u003e\", [])\n}\n```\n\n## Document builders\n\nRender `html` with [document builders](./document_builders.md).\n\n```rust\nuse coyotes::Html;\n\nlet html = Html::new();\n\nif let Ok(document) = html.render(\u0026hello_world()) {\n    println!(\"{}\", document);\n};\n```\n\nThe output will be:\n```html\n\u003cp\u003ehai :3\u003c/p\u003e\n```\n\n## Spaces\n\n`Coyote` never spaces or new lines. So what you write is what you get, breaking spaces and all.\n\nLearn more about how `coyote` handles [spacing](./spacing.md).\n\n## License\n\n`Coyote-rs` is released under the BSD 3-Clause License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw-lfpup%2Fcoyote-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw-lfpup%2Fcoyote-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw-lfpup%2Fcoyote-rs/lists"}