locators 0.4.1

Human exchangeable identifiers and locators
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "locators"
description = "Human exchangeable identifiers and locators"
version = "0.4.1"
edition = "2021"
authors = ["Andrew Cowie"]
license = "MIT"
repository = "https://github.com/aesiniath/locators-rust"

[dependencies]
base62 = "2.2"
sha2 = "0.10"

[dev-dependencies]
quickcheck = "1.0"