cbor
Here are 112 public repositories matching this topic...
-
Updated
Jun 17, 2020 - C++
-
Updated
Jun 4, 2020 - C++
Some constrained systems may require the use of custom allocator like some ports using freeRTOS. So a way of redefining the allocators for _cbor_value_dup_string could be useful.
cbor_item_t *cbor_tag_item(const cbor_item_t *item)
Get the tagged item.
Return
incref the tagged item
Parameters
item[borrow]: A tag
This API does not increment the reference count so either the documentation is incorrect or the code is. The result of this is a system crash, primarily due to the change that checks the reference count:
https://github.com/
GenCodecwithCborInput/CborOutputfrom AVSystems scala-commons.- CBORFactory from the jackson-dataformat-cbor library that can be used with the jackson-module-scala library.
-
Updated
May 1, 2020 - Java
-
Updated
Jun 2, 2020 - Rust
-
Updated
Apr 20, 2020 - Swift
-
Updated
Sep 5, 2019 - C++
-
Updated
Mar 7, 2020 - Go
-
Updated
Nov 22, 2019 - C++
-
Updated
Jun 17, 2020 - C
-
Updated
Apr 9, 2020 - C#
-
Updated
Apr 2, 2020 - JavaScript
-
Updated
Nov 11, 2019 - D
Improve this page
Add a description, image, and links to the cbor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cbor topic, visit your repo's landing page and select "manage topics."
I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?