Paligo/xee

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

オープン

#77 opened on 2025/03/31

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (40 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (484 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド