jamesmunns / pretty-hal-machine

Apache License 2.0
61 stars 7 forks source link

First release #3

Closed jamesmunns closed 2 years ago

jamesmunns commented 2 years ago

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