DoxigAlpha

all

Source

Implementation

#
pub const all: Flags = .{
    .scheme = true,
    .authentication = true,
    .authority = true,
    .path = true,
    .query = true,
    .fragment = true,
    .port = true,
}