Stdlib: Base64 and Hex encoding builtins #246
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
rust
technical-debt
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
navicore/patch-seq#246
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add encoding/decoding utilities for Base64 and hexadecimal. These are commonly needed alongside crypto operations, for data serialization, and URL-safe encoding.
Proposed API
Implementation
FFI wrappers around:
base64cratehexcrateEstimated effort: 1 day
Deliverables Checklist
crates/runtime/src/tests/integration/src/test-encoding.seqBUILTIN_SIGNATURES, docs inBUILTIN_DOCSexamples/encoding/base64-demo.seqdocs/BATTERIES_INCLUDED.mdstatusUse Cases Unlocked
References
docs/BATTERIES_INCLUDED.mdPriority 4: Cryptography (encoding helpers section)https://github.com/navicore/patch-seq/pull/253