Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 509 Bytes

docs.rst

File metadata and controls

20 lines (17 loc) · 509 Bytes

pw_base64

This module provides functions for encoding, decoding, and validating Base64 data as specified by RFC 3548 and RFC 4648.

C++ API reference

.. doxygennamespace:: pw::base64
   :members:

Rust API reference

pw_base64's Rust API is documented in the pw_base64 crate's docs.