Paligo/xee

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

Aperta

#77 aperta il 31 mar 2025

 (0 commenti) (0 reazioni) (0 assegnatari)Rust (40 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (484 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor