rewriter -> js

This commit is contained in:
Toshit Chawda 2025-03-16 21:46:47 -07:00
parent 531cc7273c
commit e8f504f0dc
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
13 changed files with 22 additions and 22 deletions

View file

@ -1,7 +1,7 @@
use std::str::FromStr;
use criterion::{criterion_group, criterion_main, BatchSize, BenchmarkId, Criterion};
use rewriter::{cfg::Config, rewrite};
use js::{cfg::Config, rewrite};
use url::Url;
use urlencoding::encode;