Structs§
- UrlParts
Builder 🔒 - 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 theFromIterator
andExtend
impls, and for estimating item path lengths.
Functions§
- estimate_
item_ 🔒path_ byte_ length - Estimate the number of bytes in an item’s path, based on how many segments it has.