This commit is contained in:
Toshit Chawda 2024-07-26 21:42:45 -07:00
parent 695310fce9
commit 544134f800
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
3 changed files with 26 additions and 44 deletions

View file

@ -1,11 +1,7 @@
pub mod rewrite;
use std::{
panic,
str::{from_utf8, FromStr},
};
use std::{panic, str::FromStr};
use js_sys::Uint8Array;
use rewrite::rewrite;
use url::Url;
use wasm_bindgen::prelude::*;