jsend 1.0.1

A lightweight Rust crate for structuring API responses in the JSend format.
Documentation
1
2
3
4
5
6
7
8
9
# jsend

[![Crates.io Version](https://img.shields.io/crates/v/jsend)](https://crates.io/crates/jsend)
[![docs.rs](https://img.shields.io/docsrs/jsend)](https://docs.rs/jsend/latest/jsend/)

An implementation of the [JSend specification](https://github.com/omniti-labs/jsend) in Rust.

See the crate documention, the examples, and the JSend specification for more
information.