#tuple #dom #tree #xml #html

heredom

Tuple notations to describe XML-like trees

1 unstable release

0.1.0 Mar 11, 2023

#2085 in Rust patterns

36 downloads per month
Used in tk

MIT/Apache

33KB
464 lines

Purpose

This project provides tuple-encoded dom tree representations.

License

Under Apache License 2.0 or MIT License, at your will.


lib.rs:

Tuple notations to describe XML-like trees with the ability to traverse in preorder/postorder.

Dependencies

~54KB