10 releases

Uses old Rust 2015

0.3.2 Sep 1, 2018
0.3.1 Jul 28, 2018
0.3.0 Jun 17, 2018
0.2.4 May 8, 2018
0.1.0 Feb 27, 2018

#30 in #exception

MIT license

4KB
54 lines

Shippai for Rust

This crate is part of Shippai, a way to consume Rust errors in other languages. It deals with exporting information about existing error types and provides FFI functions that code in other languages can use to handle Rust errors.

It does so through a single macro that generates all those symbols and functions. This is because re-exporting the types of shippai in your own library would not always work.

Dependencies

~2MB
~48K SLoC