Skip to content

in-league-with-satan/cbor-qt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CBOR

RFC 7049 Concise Binary Object Representation

Qt Implementation

Suported types of QVariant

  • Invalid (null)
  • Bool
  • U/Int U/LongLong
  • Double
  • ByteArray
  • String
  • List
  • Map

Notes

  • Unit tests
  • Simple to include to project
  • Integers are packed to smallest value
  • Floats always packed as double
  • Tagged items not supported yet

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • QMake 1.8%