base64-string 1.0.1

Implementation of the Base64 hash made using Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "base64-string"
version = "1.0.1"
authors = ["DEADBLACKCLOVER <deadblackclover@protonmail.com>"]
description = "Implementation of the Base64 hash made using Rust"
edition = "2018"
license = "GPL-3.0"
readme = "README.md"
homepage = "https://github.com/deadblackclover/base64-string"
repository = "https://github.com/deadblackclover/base64-string"
keywords = ["base64"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]