[go: up one dir, main page]

binascii 0.1.3

Useful no-std binascii operations including base64, base32 and base16 (hex)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[badges.travis-ci]
branch = "master"
repository = "naim94a/binascii-rs"

[package]
authors = ["Naim A. <naim94a@gmail.com>"]
categories = ["encoding", "no-std"]
description = "Useful no-std binascii operations including base64, base32 and base16 (hex)"
keywords = ["base64", "base32", "base16", "hex"]
license = "MIT"
name = "binascii"
readme = "README.md"
repository = "https://github.com/naim94a/binascii-rs"
version = "0.1.3"