blob: 4b583e5f9971b03d52b40c416ec44bc3d5aab128 [file] [log] [blame]
.. _module-pw_base64:
=========
pw_base64
=========
.. pigweed-module::
:name: 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>`_.