/mosaic

A simple HTML module compiler written in Rust.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

mosaic

Mosaic

A simple HTML module compiler written in Rust. See oohtml for specification and JS polyfil version.

To begin with, this project will only support importing HTML/CSS; but in future may also support Javascript.

Build

cargo build --release

Install

# Until published on crates.io
git clone https://github.com/OliverBrotchie/mosaic.git && cd mosaic && cargo install --path .

Contributions

Any and all contributions are welcome! Just create a pull request and we can discuss the changes.