Announcing gcode v0.6.0 - now with better control over memory usage and better API docs

This release reworked a lot of the underlying API to let users customise how items are stored internally, allowing them to choose between dynamic allocation ( Vec ) and the stack ( ArrayVec ).

It also greatly improves the documentation, providing more examples and explanations for the various concepts.

Check out the API docs on docs.rs!

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.