File: fix-cbor2-test

package info (click to toggle)
rust-upstream-ontologist 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,964 kB
  • sloc: xml: 186; python: 13; sh: 12; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 812 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: upstream-ontologist/readme_tests/cbor2/description
===================================================================
--- upstream-ontologist.orig/readme_tests/cbor2/description
+++ upstream-ontologist/readme_tests/cbor2/description
@@ -1,5 +1,5 @@
-  :target: https://travis-ci.com/agronholm/cbor2   :alt: Build Status
+This library provides encoding and decoding for the Concise Binary Object Representation (CBOR) (RFC 7049) serialization format. Read the docs to learn more.
 
-  :target: https://coveralls.io/github/agronholm/cbor2?branch=master   :alt: Code Coverage
+It is implemented in pure python with an optional C backend.
 
-  :target: https://cbor2.readthedocs.io/en/latest/?badge=latest   :alt: Documentation Status
+On PyPy, cbor2 runs with almost identical performance to the C backend.