A pure rust library for generating Hal responses.
Running the tests:
$ cargo test
The documentation shows how to create a Hal response manually or by implementing ToHal on your struct.
ToHal
See hal-rs-demo for actual working example.