shippai 0.1.0

failure in other languages
Documentation

Shippai in Rust

This is the part of shippai that deals with exporting failure/error type information.

It does so through a single macro that generates all types that e.g. the Python library needs. This is because re-exporting the types of shippai in your own library would not always work.

Check out one of the full examples from the main README for usage.