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.

貢獻者指南