From f45e0a37bebe11f8a09f03e0f30ffdc56a5308e0 Mon Sep 17 00:00:00 2001 From: noah Date: Mon, 28 Sep 2020 15:16:10 -0500 Subject: [PATCH] README.md changes. --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 131111a..a27acb2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ 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 -## Stability -Don't use this at all until I publish it to crates.io. -I plan to publish it as soon as I write tests for it. \ No newline at end of file +# 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. \ No newline at end of file