This PR moves things around a bit, and makes the (new) phm crate and phm-icd crate ready to publish on crates.io, mostly so we can reserve the names.
This makes the Machine struct (formerly EhalSerial) a library item, so people can write custom applications using it. I think eventually phm-cli will be a way to send/receive data from the shell, or even a bash script in the future.
Nothing is terribly well documented, though this can be improved in future releases.
The plan would be to merge this to master, then publish + tag a commit on main
This PR moves things around a bit, and makes the (new)
phm
crate andphm-icd
crate ready to publish on crates.io, mostly so we can reserve the names.This makes the
Machine
struct (formerlyEhalSerial
) a library item, so people can write custom applications using it. I think eventuallyphm-cli
will be a way to send/receive data from the shell, or even a bash script in the future.Nothing is terribly well documented, though this can be improved in future releases.
The plan would be to merge this to master, then publish + tag a commit on
main