Implement missing `bit_array` module functions
Open
good first issue
help wanted
nix incompatibility
- Dominant language
- Gleam
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Missing functions:
- [ ] `base64_encode`
- [ ] `base64_decode`
- [ ] `base16_encode`
- [ ] `base16_decode`
Implementations would likely be in Nix FFI, as bit arrays use Nix lists/"arrays", and we can't depend on `glistix_nix`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.