mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2025-12-17 23:37:52 +00:00
Put config structs into config_models
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use std::process::exit;
|
||||
mod uri_identifier;
|
||||
mod vless;
|
||||
|
||||
pub mod config_models;
|
||||
pub fn parse(uri: &str) {
|
||||
let protocol = uri_identifier::get_uri_protocol(uri);
|
||||
match protocol {
|
||||
|
||||
Reference in New Issue
Block a user