Module url_parts_builder

Source

Structsยง

UrlPartsBuilder ๐Ÿ”’
A builder that allows efficiently and easily constructing the part of a URL after the domain: nightly/core/str/struct.Bytes.html.

Constantsยง

AVG_PART_LENGTH ๐Ÿ”’
This is just a guess at the average length of a URL part, used for String::with_capacity calls in the FromIterator and Extend impls.