Paligo/xee

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

开放

#77 创建于 2025年3月31日

 (0 条评论) (0 个反应) (0 位负责人)Rust (40 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (484 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南