shippai

Crates.ioshippai
lib.rsshippai
version0.3.2
sourcesrc
created_at2018-02-27 00:04:59.278811
updated_at2018-09-01 08:55:39.463981
descriptionfailure in other languages
homepage
repositoryhttps://github.com/untitaker/shippai
max_upload_size
id52976
size3,252
chalk (github:rust-lang-nursery:chalk)

documentation

README

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.

Commit count: 56

cargo fmt