Skip to content

Efficient and customizable data-encoding functions in Rust

License

Notifications You must be signed in to change notification settings

vuittont60/data-encoding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 94.3%
  • Shell 2.2%
  • C 1.1%
  • JavaScript 1.0%
  • CSS 0.7%
  • Makefile 0.4%
  • HTML 0.3%