binarygcode
A no_std + alloc rust library and binary (CLI) to deserialise and serialise binary gcode (.bgcode) files. The binary gcode specification can be found here.
Support
Please consider supporting the crate by:
- Downloading and using the crate.
- Raising issues and improvements on the GitHub repo.
- Recommending the crate to others.
- ⭐ the crate on GitHub.
- Sponsoring the maintainer.
Example
Examples can be found in the examples folder. Below is an example of reading the headers
use ;
use binary_to_ascii;