Lines Matching full:api
1 API title
4 The data API is centered around :type:`cbor_item_t`, a generic handle for any CBOR item. There are …
13 …API closely follows the semantics outlined by `CBOR standard <https://tools.ietf.org/html/rfc7049>…
15 The API is designed to allow both very tight control & flexibility and general convenience with san…
27 api/item_types
28 api/item_reference_counting
29 api/decoding
30 api/encoding
31 api/streaming_decoding
32 api/streaming_encoding
33 api/type_0_1
34 api/type_2
35 api/type_3
36 api/type_4
37 api/type_5
38 api/type_6
39 api/type_7