8 lines
144 B
Rust
8 lines
144 B
Rust
/*
|
|
* Copyright (c) 2026, Shannon Booth <shannon@serenityos.org>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
pub mod pattern;
|
|
pub mod url;
|