Paligo/xee

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

Ouverte

#77 ouverte le 31 mars 2025

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (40 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (484 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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.

Guide contributeur