From 6b3c3179e0fda27cf78f70d93a69a8b4a7049545 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 27 Oct 2022 17:32:33 +0200 Subject: Fronted: Order search results by priority We do this by implementing the PartialOrd and Ord traits into the CrawledResource struct and then using Itertools::sorted() on the display iterator. --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 6f48c0b..0bd1e55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -618,6 +618,7 @@ version = "0.1.0" dependencies = [ "gloo 0.8.0", "gloo-net", + "itertools", "serde", "wasm-bindgen", "wasm-bindgen-futures", -- cgit 1.4.1