[stdlib] Add PEM Encoding/Decoding Module (#2858)

* [stdlib] Add PEM Encoding/Decoding Module
* release notes
* Removed some unnecessary macro usages. Fixed memory handling with headers.
* Make end of line a parameter. Internal encode method -> function. Use more tmem. Remove t-functions.
* Update API

---------

Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
Co-authored-by: Christoffer Lerno <christoffer.lerno@gmail.com>
This commit is contained in:
Zack Puhl
2026-02-05 18:01:07 -05:00
committed by GitHub
parent 1933d47ba1
commit 4521a25284
4 changed files with 648 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
- Summarize sort macros as generic function wrappers to reduce the amount of generated code. #2831
- Remove dependency on temp allocator in String.join.
- Remove dependency on temp allocator in File.open.
- Added PEM encoding/decoding. #2858
### Fixes
- Add error message if directory with output file name already exists