#tuple #tree #dom #html #xml #notation

heredom

Tuple notations to describe XML-like trees

1 unstable release

0.1.0 Mar 11, 2023

#2655 in Rust patterns


Used in 2 crates (via 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