Spaces:
Runtime error
Runtime error
Ananth
alamin655
commited on
Commit
β’
1143846
1
Parent(s):
11166b4
π‘ Module comment text to better describe the module code (#428)
Browse files* better description
* π chore(release): bump the app version (#428)
* π chore(release): bump the app version (#428)
---------
Co-authored-by: alamin655 <[email protected]>
- Cargo.lock +1 -1
- Cargo.toml +1 -1
- src/engines/startpage.rs +2 -2
Cargo.lock
CHANGED
@@ -4066,7 +4066,7 @@ checksum = "1778a42e8b3b90bff8d0f5032bf22250792889a5cdc752aa0020c84abe3aaf10"
|
|
4066 |
|
4067 |
[[package]]
|
4068 |
name = "websurfx"
|
4069 |
-
version = "1.4.
|
4070 |
dependencies = [
|
4071 |
"actix-cors",
|
4072 |
"actix-files",
|
|
|
4066 |
|
4067 |
[[package]]
|
4068 |
name = "websurfx"
|
4069 |
+
version = "1.4.2"
|
4070 |
dependencies = [
|
4071 |
"actix-cors",
|
4072 |
"actix-files",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "1.4.
|
4 |
edition = "2021"
|
5 |
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."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "1.4.2"
|
4 |
edition = "2021"
|
5 |
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."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
src/engines/startpage.rs
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
//! The `
|
2 |
-
//! by querying the upstream
|
3 |
//! number if provided.
|
4 |
|
5 |
use std::collections::HashMap;
|
|
|
1 |
+
//! The `startpage` module handles the scraping of results from the startpage search engine
|
2 |
+
//! by querying the upstream startpage search engine with user provided query and with a page
|
3 |
//! number if provided.
|
4 |
|
5 |
use std::collections::HashMap;
|