Skip to content

Efficient and customizable data-encoding functions in Rust

License

Notifications You must be signed in to change notification settings

ia0/data-encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

284f846 · Feb 9, 2025
Apr 2, 2022
Feb 3, 2025
Feb 9, 2025
Feb 3, 2025
Feb 9, 2025
Feb 3, 2025
Feb 3, 2025
Feb 3, 2025
Oct 3, 2023
Sep 29, 2020
Oct 24, 2024
Feb 5, 2023
Nov 12, 2023

Repository files navigation

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.