diff options
Diffstat (limited to 'third_party/rust/moz_cbor/README.md')
-rw-r--r-- | third_party/rust/moz_cbor/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/rust/moz_cbor/README.md b/third_party/rust/moz_cbor/README.md new file mode 100644 index 0000000000..5b8da92e6c --- /dev/null +++ b/third_party/rust/moz_cbor/README.md @@ -0,0 +1,8 @@ +# cbor-rust + +A Rust library for [CBOR](https://tools.ietf.org/html/rfc7049). + +[![Build Status](https://travis-ci.org/franziskuskiefer/cbor-rust.svg?branch=master)](https://travis-ci.org/franziskuskiefer/cbor-rust/) +![Maturity Level](https://img.shields.io/badge/maturity-alpha-red.svg) + +**THIS IS WORK IN PROGRESS. DO NOT USE YET.** |