ahtml 0.8.0

An HTML templating and manipulation library
Documentation
1
2
3
4
5
6
7
8
9
  * Add more documentation (both README and code docs), examples, code clean up.

  * The ahtml namespace is full of all-caps variables like `P_META`, split
    those vs. the rest into separate namespaces.

  * proc macro idea to add auto-propagation for Result::Err values?

  * Add tests for StillVec (for testing under Miri/ASAN). (Some real
    world code has already been tested via Miri without issues.)