canonicalize 0.1.5

A rust library to canonicalize values
Documentation
1
2
3
4
5
6
7
8
9
10
11
# canonicalize
A rust library to canonicalize values

## Use
This crate offers the trait `Canonicalize` which can be used to canonicalize values with the `canon` function.

## Help
If you want to help you can make a pull request, write me a e-mail with suggestions (especially but not only about which types should have (not) a standard implementation) or do something not crossing my mind yet.

## Breaking Changes
Before version 1.0.0 breaking changes may occure.