From 8d9e3bc834037540b37db169a046e706a57964aa Mon Sep 17 00:00:00 2001
From: sefidel <contact@sefidel.net>
Date: Mon, 31 Jul 2023 21:32:51 +0900
Subject: feat(home/browsing): add rust docs/lib searcher

---
 home/profiles/browsing/default.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/home/profiles/browsing/default.nix b/home/profiles/browsing/default.nix
index aca3beb..71f2ce2 100644
--- a/home/profiles/browsing/default.nix
+++ b/home/profiles/browsing/default.nix
@@ -23,6 +23,8 @@ in
         nw = "https://nixos.wiki/index.php?search={}";
         ns = "https://search.nixos.org/options?channel=unstable&from=0size=50&sort=relevance&type=packages&query={}";
         np = "https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query={}";
+        rd = "https://docs.rs/releases/search?query={}";
+        rp = "https://lib.rs/search?q={}";
       };
 
       quickmarks = {
-- 
cgit 1.4.1