11 releases

0.0.16 Jan 10, 2024
0.0.15 Dec 13, 2023
0.0.12 Nov 29, 2023
0.0.6 Oct 30, 2023
0.0.4 Feb 20, 2023

#283 in Text processing

Download history 7/week @ 2023-12-25 98/week @ 2024-01-01 7/week @ 2024-01-08 14/week @ 2024-02-19 46/week @ 2024-02-26 20/week @ 2024-03-11 94/week @ 2024-04-01

95 downloads per month
Used in 5 crates (3 directly)

MIT/Apache

110KB
2.5K SLoC

Document builder and serializer

domrs on crates.io docs license-apache license-mit Contributor Covenant

Overview

Welcome to domrs, a powerful Rust library designed to streamline the creation and serialization of HTML, CSS and SVG documents. This crate empowers developers with a concise and intuitive interface to effortlessly construct structured and visually appealing documents.

Key features:

  • HTML, CSS and SVG support

    Seamlessly build HTML web pages, stylized CSS documents and dynamic SVG graphics using Rust's strong typing and safety.

  • Builder pattern

    Enjoy the convenience of a builder pattern for creating complex document structures, ensuring code readability and maintainability.

  • Serialization

    Effortlessly serialize created documents into standard-compliant HTML, CSS or SVG files, facilitating easy integration into web applications, storage or reporting tools.

With its ergonomic design and robust functionality, domrs offers a hassle-free solution for developers seeking a reliable tool to craft web-based documents within Rust projects. Whether you're building a web app, generating dynamic graphics, or managing stylesheets, domrs provides the tools you need.

Get started with domrs today and unlock the potential for efficient document creation and serialization in Rust!

Getting started

🚧 WORK IN PROGRESS 🚧

License

Licensed under either of

at your option.

Contribution

All contributions intentionally submitted for inclusion in the work by you, shall be dual licensed as above, without any additional terms or conditions.

No runtime deps