index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
hasher.rs
blob: a930fa139ce8b55971c067136ec8626c0fa8adf4 (
plain
) (
blame
)
1
2
/// The hasher used to compare layouts.
pub
type
Hasher
=
twox_hash
::
XxHash
;