All Projects β†’ ia0 β†’ data-encoding

ia0 / data-encoding

Licence: MIT license
Efficient and customizable data-encoding functions in Rust

Programming Languages

rust
11053 projects
shell
77523 projects
c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Makefile
30231 projects
HTML
75241 projects

Projects that are alternatives of or similar to data-encoding

multibase
multi base encoding/decoding utility
Stars: ✭ 15 (-83.7%)
Mutual labels:  base64, base32, base64url
utils.js
πŸ‘· πŸ”§ zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-84.78%)
Mutual labels:  hex, base64
serde with
This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`-annotation.
Stars: ✭ 392 (+326.09%)
Mutual labels:  hex, base64
Base62x
Base62x is an alternative approach to Base 64 without symbols in output.
Stars: ✭ 38 (-58.7%)
Mutual labels:  base64, base32
tjson.js
JavaScript-compatible implementation of Tagged JSON (TJSON), written in TypeScript.
Stars: ✭ 53 (-42.39%)
Mutual labels:  base64, base32
Base64
Base64 encoding / decoding with SIMD-support, also base64Url
Stars: ✭ 44 (-52.17%)
Mutual labels:  base64, base64url
BaseNcoding
Library for encoding of binary data into strings using base32, base85, base128 and other algorithms.
Stars: ✭ 42 (-54.35%)
Mutual labels:  base64, base32
Powershell-Obfuscator
Powerful script for logical obfuscation of powershell scripts
Stars: ✭ 27 (-70.65%)
Mutual labels:  base64
convey
CSV processing and web related data types mutual conversion
Stars: ✭ 16 (-82.61%)
Mutual labels:  base64
ColorHelper
No description or website provided.
Stars: ✭ 34 (-63.04%)
Mutual labels:  hex
noire
🎨 Light/darken, mix, (de)saturate the colors in Golang with CMYK / RGB / HSV / HSL / Hex / HTML supported.
Stars: ✭ 38 (-58.7%)
Mutual labels:  hex
wxBase64
πŸ—οΈεœ¨ε°η¨‹εΊδΈ­δ½Ώη”¨ js-base64 εΊ“
Stars: ✭ 19 (-79.35%)
Mutual labels:  base64
colour
Validate colours.
Stars: ✭ 31 (-66.3%)
Mutual labels:  hex
base64.c
Base64 Library in C
Stars: ✭ 60 (-34.78%)
Mutual labels:  base64
go-checksum
Simple tool to calc Golang module checksum of go.mod and module dir.
Stars: ✭ 45 (-51.09%)
Mutual labels:  base64
python-base36
Yet another implementation for the positional numeral system using 36 as the radix
Stars: ✭ 21 (-77.17%)
Mutual labels:  hex
abacus
Abacus is a tool to simplify the handling of units
Stars: ✭ 22 (-76.09%)
Mutual labels:  hex
hex-rgba
Convert HEX to RGBA
Stars: ✭ 12 (-86.96%)
Mutual labels:  hex
go-rainbow
Golang Helper for beautiful CLI Applications
Stars: ✭ 86 (-6.52%)
Mutual labels:  hex
parcel-plugin-url-loader
πŸ“¦url loader for parcel, use base64 encode file
Stars: ✭ 24 (-73.91%)
Mutual labels:  base64

Data-encoding

Latest Version Documentation Latest License Continuous Integration Coverage Status

This repository provides the following Rust crates for data-encoding:

  • The data-encoding library provides common and custom encodings, like hexadecimal, base32, and base64. See the documentation for more information.
  • The data-encoding-macro library provides compile-time facilities. See the documentation for more information.
  • The data-encoding-bin binary is a command-line tool to define and use encodings. See the binary for more information.
  • The website provides a playground to define and use encodings.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].