crate / crate/micropython-cratedb
Investigate replacing base64 dependency with builtin code.
Open
- Dominant language
- Python
- Stars
- 10
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
I learned from attending the MicroPython meetup that we might be able to remove the dependency on the `base64` library, by using built in functions:
> The built-in base64 functions are `binascii.b2a_base64` and `binascii.a2b_base64`
Try this out!
Contributor guide
Assessment
This issue has not been assessed yet.