{"id":19053772,"url":"https://github.com/engossoftware/domrs","last_synced_at":"2026-02-22T02:35:21.461Z","repository":{"id":206021686,"uuid":"712035194","full_name":"EngosSoftware/domrs","owner":"EngosSoftware","description":"Document builder and serializer","archived":false,"fork":false,"pushed_at":"2025-04-28T18:10:56.000Z","size":165,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-15T06:06:52.404Z","etag":null,"topics":["builder","css","html","serializer","svg"],"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/EngosSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-30T16:58:34.000Z","updated_at":"2025-04-28T18:11:00.000Z","dependencies_parsed_at":"2024-11-08T23:34:20.719Z","dependency_job_id":"0c554c82-5963-4554-b781-70ab8756dcd2","html_url":"https://github.com/EngosSoftware/domrs","commit_stats":null,"previous_names":["wisbery/domrs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EngosSoftware/domrs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngosSoftware%2Fdomrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngosSoftware%2Fdomrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngosSoftware%2Fdomrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngosSoftware%2Fdomrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EngosSoftware","download_url":"https://codeload.github.com/EngosSoftware/domrs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EngosSoftware%2Fdomrs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29703803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"online","status_checked_at":"2026-02-22T02:00:08.193Z","response_time":110,"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","css","html","serializer","svg"],"created_at":"2024-11-08T23:34:10.765Z","updated_at":"2026-02-22T02:35:21.438Z","avatar_url":"https://github.com/EngosSoftware.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Document builder and serializer\n\n[![domrs on crates.io][crates-badge]][crates-url]\n[![docs][docs-badge]][docs-url]\n[![license-apache][apache-badge]][apache-url]\n[![license-mit][mit-badge]][mit-url]\n[![Contributor Covenant][cc-badge]][cc-url]\n\n[crates-badge]: https://img.shields.io/crates/v/domrs.svg\n[crates-url]: https://crates.io/crates/domrs\n[docs-badge]: https://docs.rs/domrs/badge.svg\n[docs-url]: https://docs.rs/domrs\n[apache-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg\n[apache-url]: LICENSE\n[notice-url]: NOTICE\n[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg\n[mit-url]: LICENSE-MIT\n[cc-badge]: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg\n[cc-url]: CODE_OF_CONDUCT.md\n[rust-url]: https://www.rust-lang.org\n\n## Overview\n\nWelcome to **[domrs][crates-url]**, a powerful [Rust][rust-url] library designed to streamline the creation\nand serialization of HTML, CSS and SVG documents. This crate empowers developers with a concise\nand intuitive interface to effortlessly construct structured and visually appealing documents.\n\nKey features:\n\n- **HTML, CSS and SVG support**\n  \n  Seamlessly build HTML web pages, stylized CSS documents and dynamic SVG graphics\n  using [Rust][rust-url]'s strong typing and safety.\n\n- **Builder pattern**\n \n  Enjoy the convenience of a builder pattern for creating complex document structures,\n  ensuring code readability and maintainability.\n\n- **Serialization**\n\n  Effortlessly serialize created documents into standard-compliant HTML, CSS or SVG files,\n  facilitating easy integration into web applications, storage or reporting tools.\n\nWith its ergonomic design and robust functionality, **[domrs][crates-url]** offers a hassle-free\nsolution for developers seeking a reliable tool to craft web-based documents within [Rust][rust-url] projects.\nWhether you're building a web app, generating dynamic graphics, or managing stylesheets,\n**[domrs][crates-url]** provides the tools you need.\n\nGet started with **[domrs][crates-url]** today and unlock the potential for efficient\ndocument creation and serialization in [Rust][rust-url]!\n\n## Getting started\n\n🚧 WORK IN PROGRESS 🚧\n\n## License\n\nLicensed under either of\n\n- [MIT license](https://opensource.org/licenses/MIT) (see [LICENSE][mit-url]), or\n- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) (see [LICENSE][apache-url] and [NOTICE][notice-url])\n\nat your option.\n\n## Contribution\n\nAll contributions intentionally submitted for inclusion in the work by you,\nshall be dual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengossoftware%2Fdomrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengossoftware%2Fdomrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengossoftware%2Fdomrs/lists"}