html-index
Generate an HTML index.
Why?
Over the years the HTML spec has added lots of new capabilities in a backwards compatible fashion. This means that even if something from the 90's might still work in today's browsers, it might not always be the most efficient.
This crate makes it easy to build performant HTML without needing to remember all boilerplate involved.
Examples
Basic
extern crate html_index;
Which generates:
hello world
Installation
Safety
This crate uses #![deny(unsafe_code)]
to ensure everything is implemented in
100% Safe Rust.
Contributing
Want to join us? Check out our "Contributing" guide and take a look at some of these issues:
References
None.
License
MIT OR Apache-2.0