We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13365d commit 60f9485Copy full SHA for 60f9485
1 file changed
readme.md
@@ -132,6 +132,7 @@ Other places you can look for MicroPython Libraries:
132
* [ufastlz](https://github.com/dmazzella/ufastlz) - MicroPython wrapper for FastLZ, a lightning-fast lossless compression library.
133
* [tamp](https://github.com/BrianPugh/tamp) - A low-memory, MicroPython-optimized, DEFLATE-inspired lossless compression library.
134
* [micropython-zipfile](https://github.com/jonnor/micropython-zipfile) - Read/write ZIP archive files. Ported from CPython, supports DEFLATE compression.
135
+* [bitstruct-micropython](https://github.com/peterzuger/bitstruct-micropython) - MicroPython port of [bitstruct](https://github.com/eerimoq/bitstruct).
136
137
#### Cryptography
138
0 commit comments