blob: 8331c802ba31f22a99381029ce8ad56fc04bd22a [file] [log] [blame]
.. _module-pw_base64:
=========
pw_base64
=========
This module provides functions for encoding, decoding, and validating Base64
data as specified by `RFC 3548 <https://tools.ietf.org/html/rfc3548>`_ and
`RFC 4648 <https://tools.ietf.org/html/rfc4648>`_.
-----------------
C++ API reference
-----------------
.. doxygennamespace:: pw::base64
:members:
------------------
Rust API reference
------------------
``pw_base64``'s Rust API is documented in the
`pw_base64 crate's docs </rustdoc/pw_base64>`_.