summaryrefslogtreecommitdiffstats
path: root/core/src/hasher.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace `xxhash-rust` with `rustc-hash`Libravatar Héctor Ramón Jiménez2024-03-301-1/+1
|
* Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.Libravatar dtzxporter2023-11-111-2/+3
| | | | xxhash-rust is more maintained, built against `::core`, so no workaround for wasm is necessary. Switch to Xxh3 for better performance, which shows when loading/hashing image buffers.
* Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
|
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-0/+13