ref-map 0.2.0

Helper trait for Option and Result to map references
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "ref-map"
description = "Helper trait for Option and Result to map references"
repository = "https://github.com/emmiegit/rust-ref-map"
readme = "README.md"
license = "MIT"
keywords = ["option", "result", "as_ref", "map", "reference"]
categories = ["rust-patterns"]

version = "0.2.0"
authors = ["Emmie Maeda <emmie.maeda@gmail.com>"]
edition = "2018"

[dependencies]