You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add AsciiSet::EMPTY and impl ops::Add for AsciiSet
In RFCs, the sets of characters to percent-encode are often defined as
the union of multiple sets. This change adds an `EMPTY` constant to
`AsciiSet` and implements the `Add` trait for `AsciiSet` so that sets
can be combined with the `+` operator.
AsciiSet now derives `Debug`, `PartialEq`, and `Eq` so that it can be
used in tests.
0 commit comments