Skip to content

Commit

Permalink
pw_base64: Add module metadata
Browse files Browse the repository at this point in the history
Bug: 339741960
Change-Id: I31fc6a9972236ebbb8179362d5d5264263f0b3ef
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/214540
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Wyatt Hepler <[email protected]>
Commit-Queue: Kayce Basques <[email protected]>
  • Loading branch information
Kayce Basques authored and CQ Bot Account committed Jun 6, 2024
1 parent 9ea9ef1 commit 8d29636
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/module_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
"C++17"
]
},
"pw_base64": {
"tagline": "Base64 encoding, decoding, and validating",
"status": "stable",
"languages": [
"C",
"C++"
]
},
"pw_bloat": {
"tagline": "Utilities for generating binary size reports",
"status": "stable",
Expand Down
3 changes: 3 additions & 0 deletions pw_base64/docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
=========
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>`_.
Expand Down

0 comments on commit 8d29636

Please sign in to comment.