Module rustdoc::html::url_parts_builder
source · Structs
- A builder that allows efficiently and easily constructing the part of a URL after the domain:
nightly/core/str/struct.Bytes.html
.
Constants
- This is just a guess at the average length of a URL part, used for
String::with_capacity
calls in theFromIterator
andExtend
impls, and for estimating item path lengths.
Functions
- Estimate the number of bytes in an item’s path, based on how many segments it has.