Skip to content

Commit 61f814b

Browse files
committed
expose more structs
1 parent c7bc022 commit 61f814b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ pub mod ffi;
4646
mod idna;
4747
mod url_search_params;
4848
pub use idna::Idna;
49-
pub use url_search_params::URLSearchParams;
49+
pub use url_search_params::{
50+
URLSearchParams, URLSearchParamsEntry, URLSearchParamsKeysIterator,
51+
URLSearchParamsValuesIterator,
52+
};
5053

5154
#[cfg(feature = "std")]
5255
extern crate std;

0 commit comments

Comments
 (0)