Unsafe Rust bindings to LinuxCNC's HAL module.
Unreleased - ReleaseDate
0.3.0 - 2022-11-15
- (breaking) Migrate to Rust edition 2021
- Change build process so components are dynamically linked when loaded, instead of statically linked.
0.2.0 - 2021-01-06
- (breaking) The LinuxCNC source code must now be provided using the
LINUXCNC_SRC=path/to/linuxcnc/src/gitenv var.
0.1.7 - 2020-01-29
- Added a
struct.rsexample showing how to allocate memory for a struct of pins
0.1.6 - 2020-01-28
- Pin LinuxCNC source code to version 2.7.15
- Add examples to
examples/folder and docs header
- Initial release with
bindgen-generated items