README

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.

CBOR::Simple v0.0.1

Simple codec for the CBOR serialization format

Authors

  • Geoffrey Broadwell

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • CBOR::Simple

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.