src/wasm_minimal_protocol/cbor

Search:
Group by:
Source   Edit  

Procs

proc readValue(s: var CborReader; val: var char)
Source   Edit  
proc writeValue(s: var CborWriter; val: char)
Source   Edit  

Templates

template Cbor_decode[T](dd; _: typedesc[T]): T
Source   Edit  
template Cbor_encode[T](d: T): untyped
Source   Edit  
template defineCborPair(T; writeImpl, readImpl) {.dirty.}
Source   Edit