CBOR::Simple
NAME
CBOR::Simple - Simple codec for the CBOR serialization format
SYNOPSIS
use CBOR::Simple;
my $cbor = cbor-encode($value);
my $val = cbor-decode($cbor);
DESCRIPTION
CBOR::Simple is a trivial implementation of the core functionality of the CBOR serialization format, implementing the standard as of RFC 8949.
AUTHOR
Geoffrey Broadwell [email protected]
COPYRIGHT AND LICENSE
Copyright 2021 Geoffrey Broadwell
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.