Clone this repo:

Branches

  1. 6f9a068 Split Rust CBOR parser into smaller files and extend tests by Zgroza Klimek · 28 hours ago main
  2. 886e7b5 Add pure Rust CBOR parser and its tests by Zgroza Klimek · 3 days ago
  3. 9fa13b5 Migrate CBOR fuzzing to FuzzTest by Zgroza Klimek · 3 days ago
  4. 9afe99a Enforce minimality check for 64-bit floats in CBOR parser by Zgroza Klimek · 3 weeks ago
  5. 31cdbbc Remove allow_and_canonicalize_out_of_order_keys from cbor parser by Zgroza Klimek · 4 weeks ago
  6. 01b147f [cbor] Optimize Reader::ReadStringContent and simplify Reader::ReadBytes by Andrew Paseltiner · 8 weeks ago
  7. 654315e [CBOR] Modernize reader_fuzzer by Andrew Paseltiner · 8 weeks ago
  8. ce17bf3 [cbor] Remove unused cbor::Value(Type) constructor by Andrew Paseltiner · 8 weeks ago
  9. 99d2bda [cbor] Optimize map parsing in Reader::ReadMapContent by Andrew Paseltiner · 9 weeks ago
  10. b7fbdb0 [cbor] Fix error code overwriting in Reader::ReadMapContent by Andrew Paseltiner · 9 weeks ago
  11. c5027e5 Convert to UNSAFE_TODO in components [2/4] by Arthur Sonzogni · 7 months ago
  12. ffdc252 Begin converting code to use base's string_view helpers. by Tom Sepez · 7 months ago
  13. 94d24d6 [cbor] Use std::map::extract() in ReadMapContent by Ho Cheung · 11 months ago
  14. 0c2576c [exit-time-destructors] Exclude target with warnings by Claudio DeSouza · 1 year ago
  15. 3c4d94e Exported things should always be visible by Devon Loehr · 1 year, 2 months ago
  16. 65be265 Migrate remaining NOTREACHED()s in components/ by Peter Boström · 1 year, 8 months ago
  17. 4760d10 Remove unsafe buffer usage from c/cbor/values.cc by Jan Keitel · 1 year, 9 months ago
  18. 01e941f components: default the user-defined empty ctor and dtor where possible by Sorin Jianu · 1 year, 9 months ago
  19. 10d0a11 spanification: Add `#pragma allow_unsafe_buffers` to component/* by Arthur Sonzogni · 2 years ago
  20. 6eed840 Remove comment from cbor::Value that it doesn't support floating point. by Matt Menke · 2 years ago