[−][src]Module gcode::buffers
Buffer Management.
This module is mainly intended for use cases when the amount of space that
can be consumed by buffers needs to be defined at compile time. For most
users, the DefaultBuffers alias should be suitable.
For most end users it is probably simpler to determine a "good enough"
buffer size and create type aliases of GCode and Line for that size.
Structs
| CapacityError | An error returned when |
Enums
| SmallFixedBuffers | The smallest usable set of |
| VecBuffers | A |
Traits
| Buffer | Something which can store items sequentially in memory. This doesn't necessarily require dynamic memory allocation. |
| Buffers | A set of type aliases defining the types to use when storing data. |
Type Definitions
| DefaultArguments | |
| DefaultBuffers | The default buffer type for this platform. |