1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 06:53:54 +02:00

Add base32 encoder/decoder

This commit is contained in:
Eelco Dolstra 2019-09-17 00:18:17 +02:00
parent a1ff43045b
commit cce218f950
9 changed files with 349 additions and 4 deletions

View file

@ -16,3 +16,9 @@ futures-preview = { version = "=0.3.0-alpha.18", features = ["compat"] }
reqwest = { version = "0.9", default-features = false, features = ["rustls-tls"] }
http = "0.1"
tokio = { version = "0.1", default-features = false }
lazy_static = "1.4"
[dev-dependencies]
hex = "0.3"
assert_matches = "1.3"
proptest = "0.9"