hashids 1.0.0

HashIds Rust Implementation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "hashids"
version = "1.0.0"
authors = [ "charsyam <charsyam@gmail.com>" ]
description = "HashIds Rust Implementation"
repository = "https://github.com/charsyam/hashids_rust"
keywords = ["rust", "hashids"]
license = "MIT"

include = [
  "**/*.rs",
  "Cargo.toml",
]