From 1143846ca64db5ec0fe53243f1f92be0f50f683f Mon Sep 17 00:00:00 2001 From: Ananth <136650032+KekmaTime@users.noreply.github.com> Date: Fri, 8 Dec 2023 20:05:22 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Module=20comment=20text=20to=20b?= =?UTF-8?q?etter=20describe=20the=20module=20code=20(#428)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * better description * 🔖 chore(release): bump the app version (#428) * 🔖 chore(release): bump the app version (#428) --------- Co-authored-by: alamin655 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/engines/startpage.rs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b90273..9f0a6d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4066,7 +4066,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10" [[package]] name = "websurfx" -version = "1.4.1" +version = "1.4.2" dependencies = [ "actix-cors", "actix-files", diff --git a/Cargo.toml b/Cargo.toml index 4851f2a..911aba3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "websurfx" -version = "1.4.1" +version = "1.4.2" edition = "2021" description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind." repository = "https://github.com/neon-mmd/websurfx" diff --git a/src/engines/startpage.rs b/src/engines/startpage.rs index 44135e1..c7c292d 100644 --- a/src/engines/startpage.rs +++ b/src/engines/startpage.rs @@ -1,5 +1,5 @@ -//! The `duckduckgo` module handles the scraping of results from the duckduckgo search engine -//! by querying the upstream duckduckgo search engine with user provided query and with a page +//! The `startpage` module handles the scraping of results from the startpage search engine +//! by querying the upstream startpage search engine with user provided query and with a page //! number if provided. use std::collections::HashMap;