Code Monkey home page Code Monkey logo

cbor's Introduction

UNMAINTAINED

Unfortuanly I don't have enough time to maintain this crate well. Originally I wrote it to toy with serde and CBOR but it is now actually used by some people.

If you use this crate and want to continue to improve it please open a PR and we can discuss how to best transfer the repository and crates.io entry.

I will still review PRs.

The crate has a bunch of bugs that need to be fixed:

  • #37 packed encoding is broken
  • Error messages are mostly useless.

There are more things that can be improved. Have a look at the issues.

2017-07-18 Pyfisch

Serde CBOR Serialization Library

Build Status Crates.io Documentation

This crate is a Rust library for parsing and generating the CBOR (Concise Binary Object Representation) file format. It is built upon Serde, a high performance generic serialization framework.

About CBOR

CBOR is a binary encoding based on a superset of the JSON data model. It supports all the standard JSON types plus binary data, big numbers, non-string keys, time values and custom data types using tagging of values. CBOR is always shorter than the corresponding JSON representation and easier and faster to parse.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

cbor's People

Contributors

pyfisch avatar raviqqe avatar sfackler avatar stebalien avatar tailhook avatar tshepang avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.