ia0 / data-encoding

Efficient and customizable data-encoding functions in Rust

Home Page:https://data-encoding.rs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Efficient and customizable data-encoding functions in Rust

https://data-encoding.rs/

License:MIT License


Languages

Language:Rust 95.3%Language:Shell 1.8%Language:C 0.9%Language:JavaScript 0.8%Language:CSS 0.6%Language:Makefile 0.3%Language:HTML 0.2%