owning_ref 0.4.1

A library for creating references that carry their owner with them.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "owning_ref"
version = "0.4.1"
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
license = "MIT"

description = "A library for creating references that carry their owner with them."
readme = "README.md"
documentation = "http://kimundi.github.io/owning-ref-rs/owning_ref/index.html"

repository = "https://github.com/Kimundi/owning-ref-rs"
keywords = ["reference", "sibling", "field", "owning"]

[dependencies]
stable_deref_trait = "1.0.0"