Crates.io | canonicalize |
lib.rs | canonicalize |
version | 0.1.5 |
source | src |
created_at | 2020-06-03 19:00:04.704811 |
updated_at | 2020-06-09 20:41:29.058095 |
description | A rust library to canonicalize values |
homepage | https://github.com/zvavybir/canonicalize |
repository | https://github.com/zvavybir/canonicalize |
max_upload_size | |
id | 249781 |
size | 13,278 |
A rust library to canonicalize values
This crate offers the trait Canonicalize
which can be used to canonicalize values with the canon
function.
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.
Before version 1.0.0 breaking changes may occure.