basexx
Data converter
A Lua library for converting between various binary data formats
A Lua library which provides base2(bitfield), base16(hex), base32(crockford/rfc), base64(rfc/url), base85(z85) decoding and encoding.
85 stars
5 watching
28 forks
Language: Lua
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A package for converting numbers between digit strings and various number bases | 5 |
| A library for converting between numbers in arbitrary bases | 17 |
| Provides a custom base conversion mechanism in Elixir | 22 |
| A utility that converts data between various formats using templates and Lua custom functions. | 105 |
| A library providing flexible binary-to-ASCII encoding and decoding capabilities | 0 |
| A collection of reusable, independent utility functions for the Lua programming language | 46 |
| A Lua serialization and deserialization library optimized for speed and compactness | 159 |
| Converts numbers between decimal, hexadecimal, and binary formats | 1 |
| A flexible JSON processor that supports various data formats and integrates with the libjq library. | 440 |
| A QR decoder library for lua-based web applications | 12 |
| A fast C-based Lua library for encoding and decoding various binary formats. | 18 |
| A C-based extension for Lua that provides flexible and robust numeric array manipulation facilities. | 38 |
| A high-performance base64 encoding and decoding library optimized for Lua | 1 |
| A comprehensive Lua runtime and toolset with various extensions and libraries for building high-performance applications. | 161 |
| A PHP library for encoding and decoding arbitrary data using the Base85 algorithm | 27 |