ALL_UAS

Constant ALL_UAS 

Source
pub const ALL_UAS: &str = "*";
Available on crate feature parser only.
Expand description

All user agents group, used as a default for user-agents that don’t have an explicitly defined matching group.

Also see 2.2.1.The User-Agent Line.

… If no matching group exists, crawlers MUST obey the group with a user-agent line with the ‘*’ value, if present. …

If no group matches the product token and there is no group with a user-agent line with the “*” value, or no groups are present at all, no rules apply.