hal 0.0.4

A pure rust library for generating Hypertext Application Language (Hal) responses.
Documentation

hal-rs

A pure rust library for generating Hal responses.

Build Status

Builds

Running the tests:

$ cargo test

Examples

The documentation shows how to create a Hal response manually or by implementing ToHal on your struct.

See hal-rs-demo for actual working example.