funcmap 0.1.2

Derivable functorial mappings for Rust
Documentation
# funcmap usage examples


## [to_owned]to_owned.rs


Usage of [`FuncMap`] to perform a "deep" `to_owned`

## [relative]relative.rs


Usage of [`FuncMap`] to "deeply" convert from relative to absolute paths using
newtype wrappers

## [multi_param]multi_param.rs


Usage of [`FuncMap`] to "deeply" convert units, using independent type
parameters for different units

## [fallible]fallible.rs


Usage of [`TryFuncMap`] for "deep" fallible conversions

[`funcmap`]: https://docs.rs/funcmap/latest/funcmap/trait.FuncMap.html
[`tryfuncmap`]: https://docs.rs/funcmap/latest/funcmap/trait.TryFuncMap.html