mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 08:00:02 -04:00
rewriter -> js
This commit is contained in:
parent
531cc7273c
commit
e8f504f0dc
13 changed files with 22 additions and 22 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue