canonicalize 0.1.5

A rust library to canonicalize values
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
default = ["std"]
std = []

[package]
authors = ["Matthias Kaak <m.kaak@protonmail.ch>"]
description = "A rust library to canonicalize values"
documentation = "https://docs.rs/canonicalize"
edition = "2018"
homepage = "https://github.com/zvavybir/canonicalize"
license = "LGPL-3.0+"
name = "canonicalize"
readme = "README.md"
repository = "https://github.com/zvavybir/canonicalize"
version = "0.1.5"