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