Coyote-rs
Create HTML documents in Rust.
HTML in, HTML out. No suprises, no dependencies.
Install
Coyote-rs is available on crates.io as coyotes:
Or install directly from git:
Components
Create document fragments with coyote components.
use ;
Document builders
Render html with document builders.
use Html;
let html = new;
if let Ok = html.render ;
The output will be:
hai :3
Spaces
Coyote does not add spaces or new lines.
Learn more about how coyote handles spacing.
License
Coyote-rs is released under the BSD 3-Clause License.