From 08bf7ed29e10ba6012afcd57cea263e9f0a707e9 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 3 Oct 2022 21:19:16 +0200 Subject: [PATCH] Export scraper::Html. --- source/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/source/lib.rs b/source/lib.rs index fc650f0..932488b 100644 --- a/source/lib.rs +++ b/source/lib.rs @@ -30,4 +30,5 @@ pub(crate) mod group_list; pub use { group::{Group, GroupWikiLink}, group_list::{GroupList, GroupListSummary}, + scraper::Html, };