Skip to content

glvi/cbor_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CBOR decoder in Rust

Rust

I started this project for educational purposes. Primarily, I wanted to educate myself in the use of Rust. I was dealing a lot with CBOR at the time. So that seemed like an obvious choice.

Starting point is a simple CBOR decoder for use with a serial line. The CBOR decoder consumes a byte at a time, and at the same time builds an in-memory structured CBOR representation.

More use cases may follow…

Kai

About

CBOR decoder, parser, checker in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages