actix-cbor 0.1.1

CBOR support for Actix-Web
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Overview
This crate provides an extractor for working with CBOR.
It closely mirrors the API for JSON extraction within Actix-Web, and in fact borrows most of it's
code from Actix-Web.

# Status
This crate is not production ready at the moment. Use at your own risk.

# Contributing
If you have a bug report or feature request, create a new GitHub issue.

Pull requests are welcome.