Module path_buffer
Available on crate feature
geometry
only.Expand description
A container to store multiple paths contiguously.
Structsยง
- A Builder that appends a path to an existing PathBuffer.
- A Builder that appends a path to an existing PathBuffer, with custom attributes.
- Iterator over the paths in a
PathBufferSlice
. - An object that stores multiple paths contiguously.
- A view on a
PathBuffer
.