0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

🔧 Restricts the visibility of the user-agent helper module (#331)

This commit is contained in:
Uday Sagar 2023-10-15 00:44:28 +05:30 committed by GitHub
parent 092a38fc40
commit 405d00612f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,4 @@
//! provides various models to aggregate search results into a standardized form.
pub mod aggregator;
pub mod user_agent;
mod user_agent;