Paligo/xee

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

Aberta

#77 aberto em 31 de mar. de 2025

 (0 comentário) (0 reação) (0 responsável)Rust (40 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (484 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador