blob: 1a32ee65cf5b47ae212c314572e1d566f9eec5a9 [file]
.. _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
-----------------
Moved: :cc:`pw_base64`
------------------
Rust API reference
------------------
``pw_base64``'s Rust API is documented in the
`pw_base64 crate's docs </rustdoc/pw_base64/>`_.