rm trailing newlines & add type alias for Vec

This commit is contained in:
zedddie 2026-03-15 13:31:20 +01:00 committed by tuturuu
parent c849d32fe6
commit 2a01827e6c
No known key found for this signature in database
GPG key ID: B352C3C2894405A7
3 changed files with 6 additions and 5 deletions

View file

@ -11,9 +11,9 @@ pub enum RunTypes {
pub struct NSCConfig {
/// Paths to v2ray `geosite.dat', `geoip.dat`
pub geo_files: [String; 2],
/// Routing settings similar to v2ray
/// Routing settings similar to v2ray
pub routing: String,
/// TOR/I2P Proxies
/// TOR/I2P Proxies
pub mode: RunTypes,
}