Paligo/xee

Make `Sequence` and `Item` implement `Hash`

Offen

#77 geöffnet am 31.03.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (40 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (484 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

It would be useful if Sequence implements Hash.

Atomic and Node already implement Hash, so the main problem is with function: each underlying thing should gain its own hash.

This requires some thought about how to handle closure data - presumably this should be part of the hash too.

For Map and Array we can recursively create a hash from its component sequences.

Contributor Guide