Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 2.56 KB

README.md

File metadata and controls

69 lines (48 loc) · 2.56 KB

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.