xref: /aosp_15_r20/external/pigweed/pw_base64/docs.rst (revision 61c4878ac05f98d0ceed94b57d316916de578985)
1.. _module-pw_base64:
2
3=========
4pw_base64
5=========
6.. pigweed-module::
7   :name: pw_base64
8
9This module provides functions for encoding, decoding, and validating Base64
10data as specified by `RFC 3548 <https://tools.ietf.org/html/rfc3548>`_ and
11`RFC 4648 <https://tools.ietf.org/html/rfc4648>`_.
12
13-----------------
14C++ API reference
15-----------------
16.. doxygennamespace:: pw::base64
17   :members:
18
19------------------
20Rust API reference
21------------------
22``pw_base64``'s Rust API is documented in the
23`pw_base64 crate's docs </rustdoc/pw_base64/>`_.
24