GitHunt
IA

ia0/data-encoding

Efficient and customizable data-encoding functions in Rust

Data-encoding

Latest Version
Documentation
Latest License
MSRV
Continuous Integration
Fuzzing Status
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.

Languages

Rust96.6%Shell1.4%C0.7%JavaScript0.6%CSS0.4%HTML0.2%Makefile0.1%
MIT License
Created December 5, 2015
Updated March 8, 2026
ia0/data-encoding | GitHunt