Skip to content
/ cbor Public
forked from pyfisch/cbor

CBOR support for serde.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

kcking/cbor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CBOR support for serde.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.7%
  • Python 0.3%