Code Monkey home page Code Monkey logo

encoding-rs's Introduction

encoding-rs

build status docs badge minimum rustc

This repository tries to implement a Go-like encoding library in Rust.

Overview

Supported encodings go as follow

Click the encoding link would show the doc page of that encoding.

  • ascii85: Implements data encoding as used in the btoa tool and Adobe's PostScript and PDF document formats.
  • asn1
  • base32: implements base32 encoding as specified by RFC 4648.
  • base58
  • base64: implements base64 encoding as specified by RFC 4648.
  • binary
  • csv: reads and writes comma-separated values (CSV) files formatted as RFC 4180.
  • hex: implements hex encoding.
  • json: use serde_json
  • pem: implements the PEM data encoding as specified by RFC 1421.
  • xml

Head Ups

  • Stable rust doesn't support benchmark well, so criterion is used for now.
  • docs is released at the gh-pages branch for the main branch only

encoding-rs's People

Contributors

sammyne avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.